|
@@ -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 + "'");
|