Commit bd39c65c authored by 刘凡's avatar 刘凡

修改:修改气瓶标签检验bug修复

parent 0a97bcfc
......@@ -26,7 +26,7 @@
#{item.recUserId},
#{item.syncDate},
#{item.syncState},
#{item.appId}),
#{item.appId},
#{item.scrapQuantity})
</foreach>
on conflict (app_id,sequence_code) do update set
......
......@@ -9,7 +9,7 @@
<insert id="saveOrUpdateBatch" parameterType="com.yeejoin.amos.boot.module.cylinder.flc.api.entity.CylinderTags">
INSERT INTO tz_cylinder_tags"(
INSERT INTO "tz_cylinder_tags"(
sequence_nbr,
sequence_code,
qrcode,
......@@ -44,7 +44,6 @@
"sync_state" = EXCLUDED."sync_state",
"app_id" = EXCLUDED."app_id",
"integrity" = EXCLUDED."integrity",
"security_adm_phone" = EXCLUDED."security_adm_phone",
"gas_cylinder_stamp" = EXCLUDED."gas_cylinder_stamp"
</insert>
......
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