Commit bd39c65c authored by 刘凡's avatar 刘凡

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

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