api
This commit is contained in:
@@ -181,7 +181,7 @@ public class SubmitLicenseResponse {
|
|||||||
submitLicenseResponse.setLicenseAddress(storeDocument.getStoreBusinessAdd());
|
submitLicenseResponse.setLicenseAddress(storeDocument.getStoreBusinessAdd());
|
||||||
submitLicenseResponse.setValidity(storeBusinessValidPeriod ? null : DateUtil.parseTime(storeDocument.getStoreBusinessValidPeriod()));
|
submitLicenseResponse.setValidity(storeBusinessValidPeriod ? null : DateUtil.parseTime(storeDocument.getStoreBusinessValidPeriod()));
|
||||||
submitLicenseResponse.setValidityType(storeBusinessValidPeriod ? 0 : 1);
|
submitLicenseResponse.setValidityType(storeBusinessValidPeriod ? 0 : 1);
|
||||||
submitLicenseResponse.setOperator(storeDocument.getStoreDirector());
|
submitLicenseResponse.setOperator(storeDocument.getStoreFoodLicenseOperatorName());
|
||||||
submitLicenseResponse.setFoodLicenseLegalPerson(storeDocument.getStoreFoodLicenseOperatorName());
|
submitLicenseResponse.setFoodLicenseLegalPerson(storeDocument.getStoreFoodLicenseOperatorName());
|
||||||
submitLicenseResponse.setMainBusiness(storeDocument.getStoreFoodLicenseMainBusiness());
|
submitLicenseResponse.setMainBusiness(storeDocument.getStoreFoodLicenseMainBusiness());
|
||||||
submitLicenseResponse.setBusinessProject(storeDocument.getStoreFoodLicenseBusinessScope());
|
submitLicenseResponse.setBusinessProject(storeDocument.getStoreFoodLicenseBusinessScope());
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ public class ApplyLicenseServiceImpl implements ApplyLicenseService {
|
|||||||
submitLicenseResponse.setValidity(storeBusinessValidPeriod ? null : DateUtil.parseTime(storeDocument.getStoreBusinessValidPeriod()));
|
submitLicenseResponse.setValidity(storeBusinessValidPeriod ? null : DateUtil.parseTime(storeDocument.getStoreBusinessValidPeriod()));
|
||||||
submitLicenseResponse.setValidityType(storeBusinessValidPeriod ? 0 : 1);
|
submitLicenseResponse.setValidityType(storeBusinessValidPeriod ? 0 : 1);
|
||||||
submitLicenseResponse.setOperator(storeDocument.getStoreDirector());
|
submitLicenseResponse.setOperator(storeDocument.getStoreDirector());
|
||||||
submitLicenseResponse.setFoodLicenseLegalPerson(storeDocument.getStoreFoodLicenseOperatorName());
|
submitLicenseResponse.setFoodLicenseLegalPerson(storeDocument.getStoreFoodLicenseLegalRepresentative());
|
||||||
submitLicenseResponse.setMainBusiness(storeDocument.getStoreFoodLicenseMainBusiness());
|
submitLicenseResponse.setMainBusiness(storeDocument.getStoreFoodLicenseMainBusiness());
|
||||||
submitLicenseResponse.setBusinessProject(storeDocument.getStoreFoodLicenseBusinessScope());
|
submitLicenseResponse.setBusinessProject(storeDocument.getStoreFoodLicenseBusinessScope());
|
||||||
submitLicenseResponse.setRemark(storeDocument.getStoreRemark());
|
submitLicenseResponse.setRemark(storeDocument.getStoreRemark());
|
||||||
|
|||||||
Reference in New Issue
Block a user