demand: tms-成本管理-成本列表-支持根据多个运输号查询
This commit is contained in:
parent
99aa99aedc
commit
f60c34fe43
@ -205,7 +205,7 @@
|
|||||||
<if test="feeType != null and feeType != ''"> and fee_type = #{feeType}</if>
|
<if test="feeType != null and feeType != ''"> and fee_type = #{feeType}</if>
|
||||||
<if test="splitType != null and splitType != ''"> and split_type = #{splitType}</if>
|
<if test="splitType != null and splitType != ''"> and split_type = #{splitType}</if>
|
||||||
<if test="transType != null and transType != ''"> and trans_type=#{transType}</if>
|
<if test="transType != null and transType != ''"> and trans_type=#{transType}</if>
|
||||||
<if test="transSignNo != null and transSignNo != ''"> and trans_sign_no like concat('%', #{transSignNo}, '%')</if>
|
<if test="transSignNo != null and transSignNo != ''"> and FIND_IN_SET(trans_sign_no,#{transSignNo})</if>
|
||||||
<if test="supplierCode != null and supplierCode != ''"> and supplier_code=#{supplierCode} </if>
|
<if test="supplierCode != null and supplierCode != ''"> and supplier_code=#{supplierCode} </if>
|
||||||
<if test="supplierName != null and supplierName != ''"> and supplier_name like concat('%', #{supplierName}, '%')</if>
|
<if test="supplierName != null and supplierName != ''"> and supplier_name like concat('%', #{supplierName}, '%')</if>
|
||||||
<if test="sendPlace != null and sendPlace != ''"> and send_place=#{sendPlace}</if>
|
<if test="sendPlace != null and sendPlace != ''"> and send_place=#{sendPlace}</if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user