This commit is contained in:
shuo.wang
2025-04-12 22:42:19 +08:00
parent 4350aae97d
commit 3dbe3c227f
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ public enum ErrorCodeEnum {
LINE_PAY_IS_NOT_EXIST(500019, "意向金信息不存在!", null), LINE_PAY_IS_NOT_EXIST(500019, "意向金信息不存在!", null),
INTENT_PASS(500020, "审核已通过,请刷新页面!", null), INTENT_PASS(500020, "审核已通过,请刷新页面!", null),
APPOINTMENT_TIME_FAIL(500020, "预约失败,请刷新后再试", null), APPOINTMENT_TIME_FAIL(500020, "预约失败,请刷新后再试", null),
LINE_REGION_NOT_EXIST(500021, "线索的所属大区/分公司未填写", null), LINE_REGION_NOT_EXIST(500021, "请先补充加盟商所属大区/分公司", null),
POINT_NOT_COMPLETE(600000, "铺位信息未填写完全,请完善后生成评估报告", null), POINT_NOT_COMPLETE(600000, "铺位信息未填写完全,请完善后生成评估报告", null),
POINT_NOT_EXIST(600001, "铺位信息不存在", null), POINT_NOT_EXIST(600001, "铺位信息不存在", null),

View File

@@ -68,7 +68,7 @@ public class ShopAccountServiceImpl implements ShopAccountService {
shopAccountDOS.forEach(x->{ shopAccountDOS.forEach(x->{
ShopAccountDTO shopAccountDTO = new ShopAccountDTO(); ShopAccountDTO shopAccountDTO = new ShopAccountDTO();
shopAccountDTO.setBoundPhone(x.getBoundPhone());
shopAccountDTO.setShopId(x.getShopId()); shopAccountDTO.setShopId(x.getShopId());
shopAccountDTO.setSystemName(x.getSystemName()); shopAccountDTO.setSystemName(x.getSystemName());
shopAccountDTO.setAccount(x.getAccount()); shopAccountDTO.setAccount(x.getAccount());