|
|
@ -23,17 +23,22 @@ public class Application { |
|
|
|
String month = ymString.substring(4,6); |
|
|
|
Integer y = Integer.parseInt(year); |
|
|
|
Integer m = Integer.parseInt(month); |
|
|
|
|
|
|
|
// TbsServiceImpl service = new TbsServiceImpl();
|
|
|
|
// service.removeYiDong(); //移除异动
|
|
|
|
|
|
|
|
//费用申请
|
|
|
|
TbsServiceImpl service = new TbsServiceImpl(); |
|
|
|
//service.removeYiDong(); //移除异动
|
|
|
|
// for (int i = 1; i < 13; i++) {
|
|
|
|
// service.syncCost(y,i);
|
|
|
|
// }
|
|
|
|
|
|
|
|
//特殊的命中修改成本中心
|
|
|
|
SyncMatchActCenter matchActCenter = new SyncMatchActCenter(); |
|
|
|
//matchActCenter.tmain();
|
|
|
|
matchActCenter.tmain(); |
|
|
|
|
|
|
|
for (int i = 1; i < 13; i++) { |
|
|
|
service.syncCost(y,i); |
|
|
|
} |
|
|
|
//service.syncCost(y,m);
|
|
|
|
//TODO 根据活动编码,更新申请vtb_flag=1,重新录入核销
|
|
|
|
// SyncActVtb actVtb = new SyncActVtb();
|
|
|
|
// actVtb.tmain();
|
|
|
|
|
|
|
|
//费用核销
|
|
|
|
// SyncVerificationMain verificationMain = new SyncVerificationMain();
|
|
|
@ -43,12 +48,6 @@ public class Application { |
|
|
|
// SyncDiscountBudget syncDiscountBudget = new SyncDiscountBudget();
|
|
|
|
// syncDiscountBudget.sync();;
|
|
|
|
|
|
|
|
//根据活动编码,更新申请vtb_flag=1,重新录入核销
|
|
|
|
//SyncActVtb actVtb = new SyncActVtb();
|
|
|
|
//actVtb.tmain(;);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|