Commit e94ad7a6 by huangZW

111

parent f47ba421
......@@ -158,7 +158,7 @@ public class AuditApiServiceImpl implements AuditApiService{
newStore.setStoreId(store.getStoreId());
getStoreDTO( newStore, changeField, oldValue, newValue);
StoreDetailDTO detailDTO = EntityUtil.changeEntityByJSON(StoreDetailDTO.class, store);
StoreDetailDTO detailDTO = EntityUtil.changeEntityByJSON(StoreDetailDTO.class, newStore);
logger.info("detailDTO====================>为{}",JSONObject.toJSONString(detailDTO));
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