|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
qxlb, tyshxydm, zczbhhzbapzbh,
|
|
|
|
|
ylqxzcrbarmc, ylqxzcrbarywmc, updateTime,
|
|
|
|
|
supName, model, `standard`,
|
|
|
|
|
qtbm, zczyxqz, relId, type, deviceRecordKey)
|
|
|
|
|
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy)
|
|
|
|
|
values
|
|
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
|
|
(#{item.uuid},
|
|
|
|
@ -25,8 +25,6 @@
|
|
|
|
|
#{item.auditTime},
|
|
|
|
|
#{item.remark},
|
|
|
|
|
#{item.auditUser},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#{item.status},
|
|
|
|
|
#{item.thirdSysFk},
|
|
|
|
|
#{item.code},
|
|
|
|
@ -44,7 +42,7 @@
|
|
|
|
|
, #{item.flbm}, #{item.qxlb}, #{item.tyshxydm}, #{item.zczbhhzbapzbh}
|
|
|
|
|
, #{item.ylqxzcrbarmc}, #{item.ylqxzcrbarywmc}, #{item.updateTime}, #{item.supName}, #{item.model}
|
|
|
|
|
, #{item.standard}, #{item.qtbm}, #{item.standard}, #{item.zczyxqz}, #{item.type},
|
|
|
|
|
#{item.deviceRecordKey})
|
|
|
|
|
#{item.deviceRecordKey}, #{item.groupBuy})
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
@ -126,6 +124,9 @@
|
|
|
|
|
<if test="selectThridSysStr != null">
|
|
|
|
|
`selectThridSysStr`=#{selectThridSysStr},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="groupBuy != null">
|
|
|
|
|
`groupBuy`=#{groupBuy},
|
|
|
|
|
</if>
|
|
|
|
|
</trim>
|
|
|
|
|
WHERE id = #{id}
|
|
|
|
|
</update>
|
|
|
|
@ -231,9 +232,9 @@
|
|
|
|
|
<if test="status != null">
|
|
|
|
|
AND tdi.status = #{status}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="diType != null">
|
|
|
|
|
AND updateTime <= "2023-04-5 00:00:00"
|
|
|
|
|
</if>
|
|
|
|
|
<!-- <if test="diType != null">-->
|
|
|
|
|
<!-- AND updateTime <= "2023-04-5 00:00:00"-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
</where>
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|
|
|
|
|