Commit 5013bf87 by fudahua

Merge remote-tracking branch 'origin/developer' into developer

parents 772e5488 a32fc57c
......@@ -158,7 +158,9 @@ 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);
detailDTO.setEnterpriseId(store.getEnterpriseId());
logger.info("detailDTO====================>为{}",JSONObject.toJSONString(detailDTO));
storeService.saveStore(detailDTO);
// storeService.saveOrUpdateStore(store);
}else{
......
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