|
@ -411,6 +411,14 @@ public class SyncVerificationMain { |
|
|
budgetLog.setTenantId("001"); |
|
|
budgetLog.setTenantId("001"); |
|
|
// jslDbContext.table(tbs_budget_log).setEntity(budgetLog).insert();
|
|
|
// jslDbContext.table(tbs_budget_log).setEntity(budgetLog).insert();
|
|
|
|
|
|
|
|
|
|
|
|
if(budgetLog.getActivityTheme().length()>=150){ |
|
|
|
|
|
budgetLog.setActivityTheme(budgetLog.getActivityTheme().substring(0,149)); |
|
|
|
|
|
} |
|
|
|
|
|
if(budgetLog.getCostApplyTheme().length()>=150){ |
|
|
|
|
|
budgetLog.setCostApplyTheme(budgetLog.getCostApplyTheme().substring(0,149)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
batchBudgetLogList.add(budgetLog); |
|
|
batchBudgetLogList.add(budgetLog); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|