自动化立体仓库 - WMS系统
LSH
2022-11-01 ceab4f0f12788f69f685c56e4626625d3f9dea1e
src/main/resources/mapper/LocMastMapper.xml
@@ -82,11 +82,11 @@
        *
        from asr_loc_mast
        where 1=1
        <if test="inoutEveryday == 2.0">
            and bay1 >= 10
        <if test="inoutEveryday == false ">
            and bay1 > 10
        </if>
        <if test="inoutEveryday != 2.0">
            and bay1 &lt; 10
        <if test="inoutEveryday == true">
            and bay1 &lt; 11
        </if>
        and row1 in
        <foreach item="item" collection="rows" index="index"  separator="," open="(" close=")">