fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user