dcs 3 mesi fa
parent
commit
bc6aefd61a

+ 1 - 0
virgo.api/src/main/java/com/bosshand/virgo/api/service/WeeklyService.java

@@ -138,6 +138,7 @@ public class WeeklyService {
                     List<PaymentOrdinary> paymentOrdinaryList = paymentOrdinaryDao.getProjectId(startDate, endDate, projectId);
                     js.put("paymentOrdinary", paymentOrdinaryList);
                     weeklyType.setData(js.toJSONString());
+                    weeklyTypeDao.update(weeklyType);
                 }
                 break;
             //设备管理