|
|
|
@ -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>
|
|
|
|
@ -108,6 +108,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<update id="updateQcProCheckById" parameterType="QcProCheck">
|
|
|
|
|
update qc_pro_check
|
|
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
|
|