Commit 7a4f29cc by 陶光胜

门店状态变更

parent 453b23a0
......@@ -88,7 +88,7 @@ public class StoreServiceImpl implements StoreService {
store.setCreateTime(new Date());
store.setUpdateTime(new Date());
store.setOwnType(StoreOwnTypeEnum.OWNER.getCode());
store.setStatus(com.gic.enterprise.constants.Constants.NORMAL_STATUS);
store.setStatus(copy.getStatus());
store.setStoreGroupId(copy.getStoreGroupId());
store.setStoreInfoId(tabStoreInfo.getStoreInfoId());
store.setFromEnterpriseId(copy.getFromEnterpriseId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment