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> 要使用 == 阅读全文
posted @ 2020-06-12 15:34 wf.zhang 阅读(803) 评论(0) 推荐(0)
摘要:记录下 报错信息如下 org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException: Failed to convert value of type 'java.lang.String[ 阅读全文
posted @ 2020-06-11 14:20 wf.zhang 阅读(7539) 评论(0) 推荐(1)
摘要:<!-- 批量更新第一种方法,通过接收传进来的参数list进行循环着组装sql 后两种写法效率以此降低耗时长 --> <update id="updateBatchStock" > update oms_good_stock set bindcode= <foreach collection="li 阅读全文
posted @ 2020-06-05 21:00 wf.zhang 阅读(481) 评论(0) 推荐(0)