代码更新
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user