| | |
| | | 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> |