Commit 59ae1e5e authored by wanghao's avatar wanghao

1 标检单调整

parent c49a7ee2
......@@ -269,8 +269,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
f_sim_card_status = null,
f_network_status = null,
f_product_standard_inspection_number = null,
f_standard_inspect_result = null,
f_reading_mode = null
f_standard_inspect_result = null
where f_tray_id = #{trayId}
</update>
<insert id="insertPalletDeviceBinding" parameterType="PalletDeviceBinding" useGeneratedKeys="true" keyProperty="palletDeviceBindingId">
......@@ -335,8 +334,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
f_sim_card_status = null,
f_network_status = null,
f_product_standard_inspection_number = null,
f_standard_inspect_result = null,
f_reading_mode = null
f_standard_inspect_result = null
where f_pallet_device_binding_id = #{palletDeviceBindingId}
</update>
<update id="updatePalletDeviceBinding" parameterType="PalletDeviceBinding">
......@@ -380,7 +378,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="networkStatus != null">f_network_status = #{networkStatus},</if>
<if test="productStandardInspectionNumber != null">f_product_standard_inspection_number = #{productStandardInspectionNumber},</if>
<if test="standardInspectResult != null">f_standard_inspect_result = #{standardInspectResult},</if>
<if test="plateType != null">f_plate_type = #{plateType},</if>
</trim>
where f_pallet_device_binding_id = #{palletDeviceBindingId} and f_motherboard_code is not null
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment