|
@@ -216,7 +216,7 @@
|
|
|
ifnull(b.name, '') as wbsName
|
|
ifnull(b.name, '') as wbsName
|
|
|
from tld_return_gs_warehousing a
|
|
from tld_return_gs_warehousing a
|
|
|
left join tld_wbs b on a.wbs = b.tld_id
|
|
left join tld_wbs b on a.wbs = b.tld_id
|
|
|
- where a.order_number = #{orderNumber}
|
|
|
|
|
|
|
+ where #{orderNumber} LIKE CONCAT('%', CONCAT(order_number, ','), '%')
|
|
|
</select>
|
|
</select>
|
|
|
<!-- 查询入库流水 -->
|
|
<!-- 查询入库流水 -->
|
|
|
<select id="warehousingFlowing" resultType="com.tld.model.Storage">
|
|
<select id="warehousingFlowing" resultType="com.tld.model.Storage">
|