| | |
| | | public Map<String, Object> selectFinanceSubmitList(IPage<FinanceSubmit> page, FinanceSubmit financeSubmit) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | map.put("head", PrintChina.printChina(FinanceSubmit.class)); |
| | | Map<String, Integer> map1 = getLook.selectPowerByMethodAndUserId("selectDataReportingList"); |
| | | Map<String, Integer> map1 = getLook.selectPowerByMethodAndUserId("selectFinanceSubmitList"); |
| | | if(map1.get("look")==1) financeSubmit.setCreateUser(map1.get("userId")); |
| | | map.put("body", financeSubmitMapper.selectFinanceSubmitPageList(page, QueryWrappers.queryWrappers(financeSubmit))); |
| | | return map; |