铺位提交审核做检验

This commit is contained in:
shuo.wang
2025-03-31 15:49:42 +08:00
parent a1b3cf0440
commit 9b8b9bdba2

View File

@@ -102,6 +102,7 @@ public class PointServiceImpl implements PointService {
pointInfo.setPointCode(generateCode());
pointInfo.setDevelopmentManager(userId);
pointInfo.setDevelopmentTime(new Date());
pointInfo.setPointStatus(PointStatusEnum.POINT_STATUS_2.getCode());
Long pointId = pointInfoDAO.addPointInfo(pointInfo);
PointDetailInfoDO shopPoint = AddPointDetailRequest.convertDO(shopPointDetailRequest);
shopPoint.setPointId(pointId);