代码更新

This commit is contained in:
2022-12-01 16:01:20 +08:00
parent 4ce71af1f7
commit cd18562ba8
2 changed files with 22 additions and 16 deletions

View File

@@ -308,7 +308,7 @@ public class PointServiceImpl implements PointService {
WQLObject wo = WQLObject.getWQLObject("sch_base_point");
// 先删除所有点位类型为仓位的点位
WQLObject.getWQLObject("sch_base_point").delete(" point_type = '01'");
WQLObject.getWQLObject("sch_base_point").delete(" point_type = '2'");
Long currentUserId = SecurityUtils.getCurrentUserId();
String nickName = SecurityUtils.getCurrentNickName();