上传文件至 'op-modules/op-quality/src/main/resources/mapper'

highway
zhaoxl 1 year ago
parent 51da2c459f
commit bf47235f34

@ -75,13 +75,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="updateBy != null">update_by,</if>
<if test="createTime != null">create_time,</if>
<if test="updateTime != null">update_time,</if>
<if test="fileId != null">file_id,</if>
<if test="isqua != null">isqua,</if>
<if test="fileId != null">file_id,</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="id != null and id != ''">#{id},</if>
<if test="rfid != null and rfid != ''">#{rfid},</if>
<if test="id != null and id != ''">#{id},</if>
<if test="factoryId != null and factoryId != ''">#{factoryId},</if>
<if test="factoryCode != null and factoryCode != ''">#{factoryCode},</if>
<if test="workorderId != null and workorderId != ''">#{workorderId},</if>

Loading…
Cancel
Save