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