Commit aa74ec79 authored by wanghao's avatar wanghao

1一键解绑调整

parent f651a3db
......@@ -94,8 +94,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="trayCode != null and trayCode != ''"> and trayInfo.f_tray_code like concat('%',#{trayCode},'%') </if>
<if test="productStandardInspectionNumber != null and productStandardInspectionNumber != ''"> and palDeviceBinding.f_product_standard_inspection_number like concat('%',#{productStandardInspectionNumber},'%') </if>
<if test="standardInspectResult != null and standardInspectResult != ''"> and palDeviceBinding.f_standard_inspect_result = #{standardInspectResult}</if>
</where>
order by palDeviceBinding.f_id desc
</select>
<select id="selectPalletDeviceUploadHistoryById" parameterType="Long" resultMap="PalletDeviceUploadHistoryResult">
......
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