增加字段 所属管理区域

This commit is contained in:
shuo.wang
2025-07-11 13:22:46 +08:00
parent 3d003afc9c
commit e922d2469c

View File

@@ -83,7 +83,7 @@ public class SyncMainSysServerImpl implements SyncMainSysServer {
requestBody.setLocation_address(shopInfo.getDetailAddress());
requestBody.setStore_address(shopInfo.getDetailAddress());
//todo 等待王硕确认
requestBody.setStore_area(shopInfo.getManagerSupervisor());
requestBody.setStore_area(shopInfo.getManagerRegionId().toString());
//未开业
requestBody.setStore_status("not_open");
requestBody.setStore_acreage(pointInfoDO.getPointArea());