Parcourir la source

过滤条件增加msy

mashengyi il y a 3 ans
Parent
commit
3033e54c25

+ 1 - 1
src/main/java/com/jkcredit/invoice/credit/custInterface/CustomerInterLowerServiceImpl.java

@@ -124,7 +124,7 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
             customerRec.setCompanyOpenbankAcc(companyOpenbankAcc);//公司开户行电话
             customerRec.setCompanyAdress(companyAdress);//公司地址
             customerRec.setCompanyPhone(companyPhone);//公司电话
-            customerRec.setInterType(interType);////0-接口 1-平台 3.手工录入
+            customerRec.setInterType(interType);////0-接口 1-平台
             customerRec.setBussinessType(bussinessType);//业务类型 0 -自有车 1-外协车 2-无车
             customerRec.setOperatingRangeType(operatingRangeType);//运用类型
             customerRec.setCompanyType(companyType);//所属类型

+ 4 - 0
src/main/resources/mapper/waybill/NoCarWaybillMapper.xml

@@ -55,6 +55,10 @@
         <include refid="baseSql" />
         from t_waybill_no
         <where>
+            1 = 1
+            <if test="noCarWayBill.hisFlag != null">
+            and hisFlag = #{noCarWayBill.hisFlag,jdbcType=INTEGER}
+            </if>
             <if test="noCarWayBill.companyName != null and noCarWayBill.companyName != ''">
                 and companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
             </if>