Commit 5172e156 by huangZW

门店数据修改

parent 751ca789
......@@ -160,9 +160,12 @@ public class AuditApiServiceImpl implements AuditApiService{
//非门店图片修改
logger.info("===================进222");
StoreDetailDTO detailDTO = new StoreDetailDTO();
detailDTO = EntityUtil.changeEntityByJSON(StoreDetailDTO.class, store);
detailDTO.setStoreId(storeId);
detailDTO.setEnterpriseId(store.getEnterpriseId());
detailDTO.setStatus(2);
detailDTO.setOpenTime(null);
detailDTO.setCloseTime(null);
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