| | |
| | | } |
| | | ) |
| | | @MapperScan(basePackages={"com.dy.pipIrrGlobal.daoBa","com.dy.pipIrrGlobal.daoSe","com.dy.pipIrrGlobal.daoRm", |
| | | "com.dy.pipIrrGlobal.daoPr","com.dy.pipIrrGlobal.daoFi","com.dy.pipIrrGlobal.daoOp","com.dy.pipIrrGlobal.daoTmp" |
| | | "com.dy.pipIrrGlobal" |
| | | }) |
| | | public class PipIrrWebTempApplication { |
| | | |
| | |
| | | |
| | | private static final int[][] yearMonthGrp = {{2024, 9}, {2024, 10}, {2024, 11}, {2024, 12}, {2025, 1}, {2025, 2}, {2025, 3}, {2025, 4}}; |
| | | |
| | | /** |
| | | * 删除所有 |
| | | * @throws Exception |
| | | */ |
| | | public void deleteAllStClientAmountDay() throws Exception { |
| | | stClientAmountDayDao.deleteAll() ; |
| | | } |