重复
This commit is contained in:
@@ -313,7 +313,7 @@ public class SysStoreAppServiceImpl implements SysStoreAppService, AuditResultSe
|
||||
// csqmc
|
||||
newStoreRequest.setCsqmc(BusinessDistrictEnum.getByCode(sysStoreAppRequest.getStoreDetail().getSubBusinessType()).getDesc());
|
||||
//ddxm 督导
|
||||
newStoreRequest.setDdxm(userMap.get(sysStoreAppRequest.getSupervisorDetail().getSupervisorId()).getJobnumber());
|
||||
newStoreRequest.setDdxm(sysStoreAppRequest.getSupervisorDetail().getSupervisorId());
|
||||
// dpzlht
|
||||
newStoreRequest.setDpzlht(objects);
|
||||
// end_time
|
||||
@@ -404,7 +404,6 @@ public class SysStoreAppServiceImpl implements SysStoreAppService, AuditResultSe
|
||||
// zmrjkllzs1
|
||||
newStoreRequest.setZmrjkllzs1(PassengerFlowEnum.getByCode(sysStoreAppRequest.getStoreDetail().getAverageDailyRs()).getType());
|
||||
// zppsyfy
|
||||
newStoreRequest.setZppsyfy(0.05);
|
||||
newStoreRequest.setZppsyfy(Double.valueOf(sysStoreAppRequest.getStoreDetail().getUsageRate()));
|
||||
// zq
|
||||
newStoreRequest.setZq(pointInfoDO.getDistrict());
|
||||
|
||||
Reference in New Issue
Block a user