This commit is contained in:
zhangchenbiao
2024-04-30 10:29:10 +08:00
parent 00fa285363
commit 1b42178814
2 changed files with 1 additions and 2 deletions

View File

@@ -127,7 +127,6 @@
convenient_score = #{update.convenientScore},
environment_score = #{update.environmentScore},
rent_contract = #{update.rentContract},
map_evaluation_report = #{update.mapEvaluationReport},
picture_obj = #{update.pictureObj}
where id = #{update.id}
</update>

View File

@@ -753,7 +753,7 @@ public class PointServiceImpl implements PointService {
updateStatusList.add(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_20);
JSONObject templateParam = new JSONObject();
templateParam.put("pointName", pointInfo.getAddress());
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(pointInfo.getLineId());
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(request.getLineId());
commonService.sendSms(lineInfo.getMobile(), SMSMsgEnum.SELECT_SUCCESS, templateParam);
}
updateStatusList.add(selectStatus);