| | |
| | | private IServiceSystemmessageService ServiceSystemmessage; |
| | | |
| | | @Autowired |
| | | private IServiceFundSharedService fundServiceShare; |
| | | private IBaseOnlyvalueService baseOnlyvalueService; |
| | | |
| | | @Autowired |
| | | private IServiceExternalpersonService externalpersonService; |
| | |
| | | count++; |
| | | map.put("XH", count); |
| | | map.put("FWNR", f.getItemname() == null ? "" : f.getItemname()); |
| | | map.put("DW", f.getUnitname() == null ? "" : f.getUnitname()); |
| | | map.put("DW", f.getBeneficiaryname() == null ? "" : f.getBeneficiaryname()); |
| | | map.put("SL", f.getQuantity() == 0.00 ? "" : f.getQuantity()); |
| | | map.put("JG", f.getPrice() == 0.00 ? "" : f.getPrice()); |
| | | |