소스 검색

修复返利bug

eganwu 1 년 전
부모
커밋
f82f41e163
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/custom/service/DispatchAutoCloseService.java

+ 0 - 3
src/custom/service/DispatchAutoCloseService.java

@@ -44,9 +44,6 @@ public class DispatchAutoCloseService extends ServiceController {
                 continue;
             }
 
-            //是否自动返利结算
-            executeAutoRebate(341880L, "DLB");
-
             Properties yosProperties = properties.getYosProperties();
             if (yosProperties.getProperty("system.runmode.debug").equalsIgnoreCase("false")) {
                 Rows rows = dbConnect.runSqlQuery("select * from sa_dispatch where status='复核' and siteid='" + siteid + "'");