|
|
@@ -143,6 +143,7 @@ public class UpdatePropertyCmd extends Cmd {
|
|
|
StoreAttrPo storeAttrPo = new StoreAttrPo();
|
|
|
storeAttrPo.setAttrId(GenerateCodeFactory.getAttrId());
|
|
|
storeAttrPo.setSpecCd(StoreAttrDto.SPEC_CD_FOUNDINGTIME);
|
|
|
+ storeAttrPo.setStoreId(storePo.getStoreId());
|
|
|
storeAttrPo.setValue(reqJson.getString("foundingTime"));
|
|
|
flag = storeAttrV1InnerServiceSMOImpl.saveStoreAttr(storeAttrPo);
|
|
|
} else {
|