Commit 6dff9653 authored by 刘林's avatar 刘林

fix(jg):更名变更更新使用表大小写敏感报错修改

parent 82eadf15
...@@ -452,13 +452,10 @@ ...@@ -452,13 +452,10 @@
</update> </update>
<update id="updateUseUnitNameByRecords"> <update id="updateUseUnitNameByRecords">
UPDATE UPDATE IDX_BIZ_JG_USE_INFO
idx_biz_jg_use_info SET "USE_UNIT_NAME" = #{useUnitName}
SET WHERE "USE_UNIT_CREDIT_CODE" = #{useUnitCreditCode}
USE_UNIT_NAME = #{useUnitName} AND "RECORD" IN
WHERE
USE_UNIT_CREDIT_CODE = #{useUnitCreditCode}
and RECORD in
<foreach item="item" collection="records" open="(" close=")" separator=","> <foreach item="item" collection="records" open="(" close=")" separator=",">
#{item} #{item}
</foreach> </foreach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment