Commit 85088cf5 by huangZW

111

parent 953af0a8
......@@ -154,7 +154,10 @@ public class AuditApiServiceImpl implements AuditApiService{
if(!StoreFieldEnum.STORE_IMAG.getValue().equals(changeField)){
//非门店图片修改
logger.info("===================进222");
getStoreDTO( store, changeField, oldValue, newValue);
StoreDTO newStore = new StoreDTO();
newStore.setStoreId(store.getStoreId());
getStoreDTO( newStore, changeField, oldValue, newValue);
StoreDetailDTO detailDTO = EntityUtil.changeEntityByJSON(StoreDetailDTO.class, store);
storeService.saveStore(detailDTO);
// storeService.saveOrUpdateStore(store);
......
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