md
This commit is contained in:
parent
c82c2285b2
commit
1a76217ac1
@ -441,11 +441,11 @@
|
||||
</sql>
|
||||
|
||||
|
||||
<!--根据运单号获取运单信息-->
|
||||
<!--根据运单号获取运单信息 or FIND_IN_SET(#{billCode},bill_code_sub)-->
|
||||
<select id="selectEmisWaybillByBillCode" parameterType="String" resultMap="EmisWaybillResult">
|
||||
<include refid="selectEmisWaybillDetailVo"/>
|
||||
<where>
|
||||
bill_code = #{billCode} or FIND_IN_SET(#{billCode},bill_code_sub)
|
||||
bill_code = #{billCode}
|
||||
</where>
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user