Commit 5feb9b1c by huangZW

111

parent 31e2c5f9
......@@ -162,6 +162,7 @@ public class AuditApiServiceImpl implements AuditApiService{
StoreDetailDTO detailDTO = new StoreDetailDTO();
detailDTO.setStoreId(storeId);
detailDTO.setEnterpriseId(store.getEnterpriseId());
detailDTO.setStatus(2);
getStoreDTO( detailDTO, changeField, oldValue, newValue);
logger.info("detailDTO====================>为{}",JSONObject.toJSONString(detailDTO));
......
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