diff --git a/emis-biz/src/main/resources/mapper/EmisOrderMapper.xml b/emis-biz/src/main/resources/mapper/EmisOrderMapper.xml index 5b03f26db..bda5599f4 100644 --- a/emis-biz/src/main/resources/mapper/EmisOrderMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisOrderMapper.xml @@ -323,7 +323,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and bl_message like concat('%', #{blMessage}, '%') and bl_accept_message like concat('%', #{blAcceptMessage}, '%') and bl_gen_subbill like concat('%', #{blGenSubbill}, '%') - and bl_sign like concat('%', #{blSign}, '%') + and bl_sign=#{blSign} and sign_man like concat('%', #{signMan}, '%') and sign_man_code like concat('%', #{signManCode}, '%') and sign_site_code like concat('%', #{signSiteCode}, '%') diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 324d6432c..7caf27433 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -665,12 +665,8 @@ and a.send_site_code=#{sendSiteCode} - - and a.bl_sign='1' - - - - and a.bl_sign!='1' + + and a.bl_sign=#{blSign} @@ -959,12 +955,8 @@ and a.send_site_code=#{sendSiteCode} - - and a.bl_sign='1' - - - - and a.bl_sign!='1' + + and a.bl_sign=#{blSign} @@ -1798,13 +1790,10 @@ - - and a.bl_sign='1' + + and a.bl_sign=#{blSign} - - and a.bl_sign!='1' - and a.send_date = ]]> #{params.beginDate}