|
|
|
@ -89,7 +89,7 @@ |
|
|
|
<if test="stOtherReceiptRecord.goodsCode != null and stOtherReceiptRecord.goodsCode != ''"> |
|
|
|
<if test="stOtherReceiptRecord.goodsCode != null and stOtherReceiptRecord.goodsCode != ''"> |
|
|
|
AND t3.goods_code LIKE CONCAT(CONCAT('%', #{stOtherReceiptRecord.goodsCode}), '%') |
|
|
|
AND t3.goods_code LIKE CONCAT(CONCAT('%', #{stOtherReceiptRecord.goodsCode}), '%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
ORDER BY t1.create_time DESC |
|
|
|
ORDER BY t1.create_time DESC, t2.sir_code DESC |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectByWoCode" resultMap="stOtherReceiptRecordResultMap"> |
|
|
|
<select id="selectByWoCode" resultMap="stOtherReceiptRecordResultMap"> |
|
|
|
|