This commit is contained in:
linfso 2024-05-13 07:18:09 +08:00
parent e70f8257d3
commit 8eaa769e68
2 changed files with 1 additions and 2 deletions

View File

@ -267,7 +267,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
/**
* 新增费用
* 新增下单
* @param emisWaybillSave
*/
private void addWayBill(EmisWaybill emisWaybillSave){

View File

@ -126,7 +126,6 @@
<if test="monthlyPayCode != null and monthlyPayCode != ''"> and monthly_pay_code like concat('%', #{monthlyPayCode}, '%')</if>
<if test="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
<if test="password != null and password != ''"> and password like concat('%', #{password}, '%')</if>
<if test="ownerSite != null and ownerSite != ''"> and owner_site like concat('%', #{ownerSite}, '%')</if>
<if test="country != null and country != ''"> and country like concat('%', #{country}, '%')</if>
<if test="province != null and province != ''"> and province like concat('%', #{province}, '%')</if>
<if test="city != null and city != ''"> and city like concat('%', #{city}, '%')</if>