06 2020 档案
摘要:<if test="state != null and state == 1 "> AND d.state != 0 </if> <if test="state != null and state == 0 "> AND d.state = 0 </if> 要使用 ==
阅读全文
摘要:记录下 报错信息如下 org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException: Failed to convert value of type 'java.lang.String[
阅读全文
摘要:<!-- 批量更新第一种方法,通过接收传进来的参数list进行循环着组装sql 后两种写法效率以此降低耗时长 --> <update id="updateBatchStock" > update oms_good_stock set bindcode= <foreach collection="li
阅读全文

浙公网安备 33010602011771号