自动化立体仓库 - WMS系统
pjb
2025-07-26 db3f65265e534f69f60ec8f973079462d4c3efa2
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -77,6 +77,12 @@
        <if test="zpallet != null and zpallet != ''">
            and a.zpallet like concat('%',#{zpallet},'%')
        </if>
        <if test="ioType != null">
            and b.io_type = #{ioType}
        </if>
        <if test="wrkSts != null">
            and b.wrk_sts = #{wrkSts}
        </if>
    </sql>
    <select id="selectWrkDetlLogs" resultMap="BaseResultMap">