| | |
| | | |
| | | ### LOG ### |
| | | stock |
| | | LOG_PATH_IS_UNDEFINED |
| | | LOG_PATH_IS_UNDEFINED |
| | |
| | | // 二楼堆垛机对应入库站点 |
| | | private static final int[] secondFloorIn = new int[]{0, 2061, 2064, 2067, 2070, 2073, 2076}; |
| | | // 堆垛机对应一楼出库站点 |
| | | private static final int[] secondFloorOut = new int[]{0, 3002, 3003, 3006, 3008, 3009, 3012}; |
| | | private static final int[] secondFloorOut = new int[]{0, 3002, 3003, 3006, 3008, 3009, 3011}; |
| | | // 堆垛机对应一楼入库站点 |
| | | private static final int[] oneFloorIn = new int[]{0, 3001, 3004, 3005, 3007, 3010, 3011}; |
| | | private static final int[] oneFloorIn = new int[]{0, 3001, 3004, 3005, 3007, 3010, 3012}; |
| | | |
| | | |
| | | @Autowired |
| | |
| | | case 22: |
| | | case 23: |
| | | case 24: |
| | | souresStaNo = 3012; |
| | | souresStaNo = 3011; |
| | | break; |
| | | default: |
| | | } |
| | |
| | | private CommonService commonService; |
| | | |
| | | // 堆垛机对应一楼出库站点 |
| | | private static final int[] oneFloorOutSite = new int[]{0,3002,3003,3006,3008,3009,3012}; |
| | | private static final int[] oneFloorOutSite = new int[]{0,3002,3003,3006,3008,3009,3011}; |
| | | |
| | | // 堆垛机对应一楼入库站点 |
| | | private static final int[] oneFloorInSite = new int[]{0,3001,3004,3005,3007,3010,3011}; |
| | | private static final int[] oneFloorInSite = new int[]{0,3001,3004,3005,3007,3010,3012}; |
| | | |
| | | public void startCkrwPushGwcs(WrkMast wrkMast) { |
| | | |
| | |
| | | maxRequestSize: 100MB |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | | mapper-locations: classpath:mapper/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | # configuration: |