自动化立体仓库 - WMS系统
pjb
3 天以前 f9129a94e2b579cbfc70086458f4b05096e26677
src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -29,6 +29,7 @@
        <result column="safe_qty" property="safeQty"/>
        <result column="weight" property="weight"/>
        <result column="length" property="length"/>
        <result column="man_length" property="manLength"/>
        <result column="volume" property="volume"/>
        <result column="three_code" property="threeCode"/>
        <result column="supp" property="supp"/>
@@ -69,10 +70,10 @@
            and a.maktx like concat('%',#{maktx},'%')
        </if>
        <if test="model != null and model != ''">
            and a.model like concat('%',#{model},'%')
            and a.model = #{model}
        </if>
        <if test="volume != null and volume != ''">
            and a.volume like concat('%',#{volume},'%')
            and a.volume = #{volume}
        </if>
        <if test="zpallet != null and zpallet != ''">
            and a.zpallet like concat('%',#{zpallet},'%')