md
This commit is contained in:
parent
3c20f744e5
commit
2432350112
@ -253,8 +253,9 @@
|
||||
<select id="selectEmisWaybillByBillCode" parameterType="String" resultMap="EmisWaybillResult">
|
||||
<include refid="selectEmisWaybillVo"/>
|
||||
<where>
|
||||
bill_code = #{billCode}
|
||||
bill_code = #{billCode} or FIND_IN_SET(#{billCode},bill_code_sub)
|
||||
</where>
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="selectEmisWaybillByOrderSn" parameterType="String" resultMap="EmisWaybillResult">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user