| | |
| | | add(1901); |
| | | }}; |
| | | public static final List<Integer> STA_WORK_CU_CAR_THREE = new ArrayList<Integer>() {{ |
| | | add(118);add(120); |
| | | add(118);add(120);add(1901); |
| | | }}; |
| | | public static final List<Integer> STA_WORK_CU_CAR_FOUR = new ArrayList<Integer>() {{ |
| | | add(121);add(118); |
| | | add(121);add(118);add(1901); |
| | | }}; |
| | | |
| | | public static final List<Integer> STA_WORK_RU = new ArrayList<Integer>() {{ |
| | |
| | | } |
| | | } |
| | | if (staNoOther==1901){ |
| | | boolean sign1901 = false; |
| | | for (Integer staNo1901 : STA_WORK_CU){ |
| | | BasDevp basDevp1901 = basDevpService.selectById(staNo1901); |
| | | WrkMast wrkMast1901 = wrkMastService.selectOne(new EntityWrapper<WrkMast>().eq("wrk_no", basDevp1901.getWrkNo())); |
| | | if (wrkMast1901.getStaNo()==1901){ |
| | | sign1901 = true; |
| | | break; |
| | | } |
| | | } |
| | | if (sign1901){ |
| | | continue; |
| | | } |
| | | staNoOther = 122; |
| | | } |
| | | int countOther = wrkMastStaService.selectCount(new EntityWrapper<WrkMastSta>().eq("sta_start", staNoOther).or().eq("sta_end", staNoOther)); |