yaowanxin
10 天以前 b7f2ba063db04ee0dbea09e632f413db7af25bac
src/main/resources/mapper/warehouse/WarehouseGoodsShelvesRowcolMapper.xml
@@ -9,17 +9,17 @@
        select * from warehouse_goods_shelves_rowcol
        <where>
            1=1
            <if test="storey != null">
                and storey = #{storey}
            <if test="warehouseGoodsShelvesRowcol.storey != null">
                and storey = #{warehouseGoodsShelvesRowcol.storey}
            </if>
            <if test="arrange != null">
                and arrange = #{arrange}
            <if test="warehouseGoodsShelvesRowcol.arrange != null">
                and arrange = #{warehouseGoodsShelvesRowcol.arrange}
            </if>
            <if test="warehouseGoodsShelvesId != null">
                and warehouse_goods_shelves_id = #{warehouseGoodsShelvesId}
            <if test="warehouseGoodsShelvesRowcol.warehouseGoodsShelvesId != null">
                and warehouse_goods_shelves_id = #{warehouseGoodsShelvesRowcol.warehouseGoodsShelvesId}
            </if>
            <if test="warehouseId != null">
                and warehouse_id = #{warehouseId}
            <if test="warehouseGoodsShelvesRowcol.warehouseId != null">
                and warehouse_id = #{warehouseGoodsShelvesRowcol.warehouseId}
            </if>
        </where>
    </select>