修改督导选择逻辑&修改证照默认值获取逻辑
This commit is contained in:
@@ -174,7 +174,7 @@ public class SubmitLicenseResponse {
|
||||
submitLicenseResponse = new SubmitLicenseResponse();
|
||||
}
|
||||
GetStoreInfoByCodeResponse.StoreDocument storeDocument = storeInfoCode.getData().getStoreDocument();
|
||||
boolean storeBusinessValidPeriod = storeDocument.getStoreBusinessValidPeriod().equals("9");
|
||||
boolean storeBusinessValidPeriod = "9".equals(storeDocument.getStoreBusinessValidPeriod());
|
||||
submitLicenseResponse.setLicenseType(LicenseTypeEnum.matchName(storeDocument.getStoreBusinessType()).getCode());
|
||||
submitLicenseResponse.setLicenseLegalPerson(storeDocument.getStoreDirector());
|
||||
submitLicenseResponse.setIssueTime(DateUtil.parseDate(storeDocument.getStoreBusinessDate()));
|
||||
|
||||
Reference in New Issue
Block a user