liurunyu
2024-12-27 bc765225b2283e05b64d0c5bf5894753c71b922b
农户用水月年统计遗漏了金额赋值
1个文件已修改
2 ■■■■■ 已修改文件
pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StClientSv.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StClientSv.java
@@ -50,6 +50,7 @@
                po.year = statisticsYear ;
                po.month = statisticsMonth ;
                po.amount = vo.amount;
                po.money = vo.money ;
                if(po.id == null) {
                    stClientAmountMonthDao.insert(po);
                }else{
@@ -79,6 +80,7 @@
                po.clientId = vo.clientId ;
                po.year = statisticsYear ;
                po.amount = vo.amount;
                po.money = vo.money ;
                if(po.id == null) {
                    stClientAmountYearDao.insert(po);
                }else{