Commit a32fc57c by huangZW

111

parent e94ad7a6
......@@ -159,6 +159,7 @@ public class AuditApiServiceImpl implements AuditApiService{
getStoreDTO( newStore, changeField, oldValue, newValue);
StoreDetailDTO detailDTO = EntityUtil.changeEntityByJSON(StoreDetailDTO.class, newStore);
detailDTO.setEnterpriseId(store.getEnterpriseId());
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