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