|
@@ -196,7 +196,7 @@ public class StoreModel {
|
|
|
storeSiteInfo.setWebSite(WebSiteConstant.MEMBER_DISTRIBUTOR);
|
|
|
storeSiteInfo.setStoreGradeId(storeApply.getStoreGradeIdCn());
|
|
|
storeGrade = storeGradeReadMapper.getByPrimaryKey(storeSiteInfo.getStoreGradeId());
|
|
|
- storeSiteInfo.setStoreGradeName(storeGrade.getGradeName());
|
|
|
+ storeSiteInfo.setStoreGradeName(storeGrade != null ? storeGrade.getGradeName() : null);
|
|
|
|
|
|
if (!StringUtil.isNullOrZero(storeApply.getApplyYearCn())) {
|
|
|
//开店时长
|