仓储推送到智慧工程逻辑优化
This commit is contained in:
parent
24cc2c906e
commit
b8846e1502
|
|
@ -1416,7 +1416,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
|||
return AjaxResult.success("推送成功!");
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
/* public static void main(String[] args) {
|
||||
String aa = "A101";
|
||||
System.out.println(aa.charAt(0));
|
||||
List<TmTask> tmTasks = new ArrayList<>();
|
||||
|
|
@ -1432,7 +1432,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
|||
tmTasks.add(tmTask);
|
||||
TmTaskServiceImpl tm = new TmTaskServiceImpl();
|
||||
tm.pushToIntelligentProject( tmTasks);
|
||||
}
|
||||
}*/
|
||||
|
||||
private void makeIntelligentVOList(List<TmTask> tmTasks, List<MaMachineIntelligentVO> intelVOList) {
|
||||
LoginUser loginUser = SecurityUtils.getLoginUser();
|
||||
|
|
|
|||
Loading…
Reference in New Issue