#
zwl
2025-11-13 e305c2c64ae1dc96d471c68b1f595b62da32de69
src/main/resources/mapper/LocMastMapper.xml
@@ -34,6 +34,9 @@
        <result column="mk" property="mk" />
        <result column="barcode" property="barcode" />
        <result column="ctn_no" property="ctnNo" />
        <result column="pack_status" property="packStatus" />
        <result column="fire_status" property="fireStatus" />
        <result column="fire_no" property="fireNo" />
        <result column="channel" property="channel" />
    </resultMap>
@@ -61,7 +64,7 @@
    </select>
    <select id="selectztgx" resultMap="BaseResultMap">
        select  top 1 * from asr_loc_mast where loc_sts in (#{sts1},#{sts2}) and channel=#{count}+1
        select  top 1 * from asr_loc_mast where loc_sts in (#{sts1}) and channel=#{count}+1
    </select>
</mapper>