|
|
|
@@ -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); |
|
|
|
|