自动化立体仓库 - WMS系统
1
zc
2025-09-05 bc9158cfb01fdc2e5339cfb08f9fadac1e68469f
src/main/resources/mapper/WrkDetlMapper.xml
@@ -45,15 +45,19 @@
        <result column="appe_user" property="appeUser" />
        <result column="appe_time" property="appeTime" />
        <result column="memo" property="memo" />
        <result column="temp1" property="temp1" />
        <result column="temp2" property="temp2" />
        <result column="temp3" property="temp3" />
        <result column="temp4" property="temp4" />
    </resultMap>
    <sql id="batchSeq">
        <choose>
            <when test="batch != null and batch != ''">
                and batch = #{batch}
                and sku = #{batch}
            </when>
            <otherwise>
                and (batch IS NULL OR batch = '')
                and (sku IS NULL OR sku = '')
            </otherwise>
        </choose>
    </sql>