|
|
@@ -194,8 +194,6 @@ public class ScheduleTaskServiceImpl implements ScheduleTaskService {
|
|
|
|
|
|
}
|
|
|
}
|
|
|
- }else{
|
|
|
- baseDao.updateByCondition("mes_makematerial", "status='E'", "status='W' and id=" + rs.getInt("id"));
|
|
|
}
|
|
|
}
|
|
|
}catch (Exception e){
|
|
|
@@ -241,8 +239,6 @@ public class ScheduleTaskServiceImpl implements ScheduleTaskService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }else {
|
|
|
- baseDao.updateByCondition("mes_makematerialreplace", "status='E'", "status='W' and id=" + rs.getInt("id"));
|
|
|
}
|
|
|
}
|
|
|
}catch (Exception e){
|