md
This commit is contained in:
parent
2ed3a347e1
commit
c55293ce1a
@ -353,7 +353,7 @@
|
||||
<!-- 多个运单查询-->
|
||||
<select id="selectEmisWaybillByMutiBillCode" parameterType="EmisWaybill" resultMap="EmisWaybillResult">
|
||||
<include refid="selectEmisWaybillVo"/>
|
||||
where FIND_IN_SET(`bill_code`,#{billCode}
|
||||
where FIND_IN_SET(`bill_code`,#{billCode})
|
||||
|
||||
ORDER BY
|
||||
<if test="params.orderSnSortList != null and params.orderSnSortList.size >0 ">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user