no message

This commit is contained in:
2025-09-08 09:31:25 +08:00
parent 4635753f8f
commit b388b2632e

View File

@ -245,6 +245,8 @@ public class SendDataServiceImpl implements SendDataService {
storeInfoDTO.setOperator_id(storeInfo.getOperator_id());
storeInfoDTO.setStore_id(storeInfo.getStore_id());
log.info("发送门店信息:{}",JSON.toJSONString(storeInfoDTO));
SyncRequest syncRequest = new SyncRequest();
syncRequest.setData(storeInfoDTO);
if(saveRecord(syncRequest,URL+"/storeinfo",id,"storeinfo")){