Quellcode durchsuchen

发票验真注释放开 供应商额度增加正向反向条件

dudm vor 4 Jahren
Ursprung
Commit
7f73f4b095

+ 1 - 1
sc-service/src/main/java/com/huyi/service/bill/controller/OwnBillController.java

@@ -741,7 +741,7 @@ public class OwnBillController extends BaseController {
                     params.put("ziiCheckStt","1");
                 }else{
                     //验真发票
-//                    params = iOwnBillService.invoiceVerification(params);
+                    params = iOwnBillService.invoiceVerification(params);
                 }
             }else{
                 if(!CHECK_SUCCESS.equals(ziiCheckStt)){

+ 3 - 0
sc-service/src/main/resources/mapper/common/ReportCreditMapper.xml

@@ -52,6 +52,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="startDate != null  and startDate != ''">
             AND zfpcr_end_date BETWEEN #{startDate} AND #{endDate}
         </if>
+        <if test="zfpType != null  and zfpType != ''">
+            AND zfp_type = #{zfpType}
+        </if>
         GROUP BY zfsq_id
     </select>