| | |
| | | and lm.row1 in (31,32) |
| | | order by row1 |
| | | </select> |
| | | |
| | | <select id="searchByLike" resultMap="BaseResultMap"> |
| | | select * |
| | | from asr_loc_detl |
| | | where |
| | | 1 = 1 |
| | | <if test="orderNo != null and orderNo != ''"> |
| | | and order_no like '%' + #{orderNo} + '%' |
| | | </if> |
| | | <if test="locNo != null and locNo != ''"> |
| | | and loc_no like '%' + #{locNo} + '%' |
| | | </if> |
| | | <if test="specs != null and specs != ''"> |
| | | and specs like '%' + #{specs} + '%' |
| | | </if> |
| | | <if test="matnr != null and matnr != ''"> |
| | | and matnr like '%' + #{matnr} + '%' |
| | | </if> |
| | | <if test="maktx != null and maktx != ''"> |
| | | and maktx like '%' + #{maktx} + '%'; |
| | | </if> |
| | | </select> |
| | | <select id="getStockStatis2" resultType="com.zy.asrs.entity.LocDetl"> |
| | | select * from |
| | | ( |