Browse Source

[系统][修复]:修复每日汇总落库的id冲突

release_toaliyun_real
hupeng 7 years ago
parent
commit
68d079e271
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/simple/schedule/DaliyAmountSchedule.java

+ 1
- 0
mallinkService/src/main/java/com/simple/schedule/DaliyAmountSchedule.java View File

@@ -127,6 +127,7 @@ public class DaliyAmountSchedule {
"from " + startDate + " to " + new Date() +"\n" +
"TOTAL VERIFIED=" + total_price);

dateAmountRecord.setId(IdWorker.get().nextId());
dateAmountRecord.setPayPrice(total_price);
dateAmountRecord.setType(1);
wxDateAmountRecordService.saveDaliyAmount(dateAmountRecord);


Loading…
Cancel
Save