Ver código fonte

工单BOM上传异常单据处理

koul 1 ano atrás
pai
commit
4f26bf8df1

+ 0 - 4
src/main/java/com/uas/eis/service/Impl/ScheduleTaskServiceImpl.java

@@ -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){