Merge branch 'dev-cq' of http://192.168.0.56:3000/bonus/devicesmgt into dev-cq

This commit is contained in:
BianLzhaoMin 2024-06-07 17:59:50 +08:00
commit f905176aa4
1 changed files with 5 additions and 5 deletions

View File

@ -240,17 +240,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<set>
<if test="typeId != null and typeId != ''">type_id = #{typeId},</if>
<if test="maCode != null and maCode != ''">ma_code = #{maCode},</if>
<if test="preCode != null and preCode != ''">pre_code = #{preCode},</if>
<if test="preCode != null ">pre_code = #{preCode},</if>
<if test="maStatus != null and maStatus != ''">ma_status = #{maStatus},</if>
<if test="qrCode != null and qrCode != ''">qr_code = #{qrCode},</if>
<if test="buyPrice != null and buyPrice != ''">buy_price = #{buyPrice},</if>
<if test="maVender != null and maVender != ''">ma_vender = #{maVender},</if>
<if test="outFacTime != null and outFacTime != ''">out_fac_time =#{outFacTime},</if>
<if test="outFacCode != null and outFacCode != ''">out_fac_code = #{outFacCode},</if>
<if test="assetsCode != null and assetsCode != ''">assets_code =#{assetsCode},</if>
<if test="outFacCode != null">out_fac_code = #{outFacCode},</if>
<if test="assetsCode != null">assets_code =#{assetsCode},</if>
<if test="checkMan != null and checkMan != ''">check_man = #{checkMan},</if>
<if test="thisCheckTime != null and thisCheckTime != ''">this_check_time = #{thisCheckTime},</if>
<if test="nextCheckTime != null and nextCheckTime != ''">next_check_time = #{nextCheckTime},</if>
<if test="thisCheckTime != ''">this_check_time = #{thisCheckTime},</if>
<if test="nextCheckTime != ''">next_check_time = #{nextCheckTime},</if>
<if test="gpsCode != null and gpsCode != ''">gps_code = #{gpsCode},</if>
<if test="rfidCode != null and rfidCode != ''">rfid_code = #{rfidCode},</if>
<if test="erpCode != null and erpCode != ''">erp_code = #{erpCode},</if>