|
|
|
@ -44,6 +44,7 @@
|
|
|
|
|
mur.product_name,
|
|
|
|
|
mur.line_code,
|
|
|
|
|
mur.attr1 AS real_wages,
|
|
|
|
|
mur.remark,
|
|
|
|
|
be.equipment_name,
|
|
|
|
|
mur.nick_name,
|
|
|
|
|
mur.childprocess_code,
|
|
|
|
@ -101,6 +102,7 @@
|
|
|
|
|
mur.product_name,
|
|
|
|
|
mur.attr1,
|
|
|
|
|
mur.line_code,
|
|
|
|
|
mur.remark,
|
|
|
|
|
be.equipment_name,
|
|
|
|
|
mur.nick_name,
|
|
|
|
|
mur.childprocess_code,
|
|
|
|
@ -166,15 +168,15 @@
|
|
|
|
|
<!-- <if test="productCode != null">product_code = #{productCode},</if>-->
|
|
|
|
|
<!-- <if test="userName != null and userName != ''">user_name = #{userName},</if>-->
|
|
|
|
|
<!-- <if test="nickName != null and nickName != ''">nick_name = #{nickName},</if>-->
|
|
|
|
|
<!-- <if test="childprocessCode != null">childprocess_code = #{childprocessCode},</if>-->
|
|
|
|
|
<!-- <if test="childprocessName != null">childprocess_name = #{childprocessName},</if>-->
|
|
|
|
|
<if test="childprocessCode != null">childprocess_code = #{childprocessCode},</if>
|
|
|
|
|
<if test="childprocessName != null">childprocess_name = #{childprocessName},</if>
|
|
|
|
|
<if test="attr1 != null">attr1 = #{attr1},</if>
|
|
|
|
|
<!-- <if test="attr2 != null">attr2 = #{attr2},</if>-->
|
|
|
|
|
<!-- <if test="attr3 != null">attr3 = #{attr3},</if>-->
|
|
|
|
|
<!-- <if test="createBy != null">create_by = #{createBy},</if>-->
|
|
|
|
|
<!-- <if test="createTime != null">create_time = #{createTime},</if>-->
|
|
|
|
|
<!-- <if test="updateBy != null">update_by = #{updateBy},</if>-->
|
|
|
|
|
<!-- <if test="updateTime != null">update_time = #{updateTime},</if>-->
|
|
|
|
|
<if test="attr2 != null">attr2 = #{attr2},</if>
|
|
|
|
|
<if test="attr3 != null">attr3 = #{attr3},</if>
|
|
|
|
|
<if test="createBy != null">create_by = #{createBy},</if>
|
|
|
|
|
<if test="createTime != null">create_time = #{createTime},</if>
|
|
|
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
where id = #{id}
|
|
|
|
|