mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
处理编译失败
This commit is contained in:
+2
-3
@@ -45,8 +45,7 @@ public class ProductionProcessServiceImpl implements ProductionProcessService {
|
||||
@Resource
|
||||
private ProcessStepItemMapper processStepItemMapper;
|
||||
|
||||
@Resource
|
||||
private ProcessMapper processMapper;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -54,7 +53,7 @@ public class ProductionProcessServiceImpl implements ProductionProcessService {
|
||||
@Override
|
||||
public List<UserProcessRespVO> getProcess(Long id) {
|
||||
|
||||
processMapper.selectProcessByID(id);
|
||||
//processMapper.selectProcessByID(id);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user