| | |
| | | //查询报工表内是否存在对应流程卡的数据 |
| | | Integer reportingWorkCount(String processId); |
| | | |
| | | Integer reportingWorkCountByOrderId(String orderId); |
| | | |
| | | //插入Flow_card表 |
| | | Boolean addFlowCardMp(String processId, Integer orderNumber, Integer landingSequence, Integer quantity, String productionId, String userName, Integer layer); |
| | | |
| | |
| | | |
| | | List<Map<String, Object>> getDetailListLike(String processId, String technologyNumber, String process); |
| | | |
| | | List<Map<String, Object>> getDetailListMerge(String processId, String process); |
| | | |
| | | List<Map<String, Object>> getDetailListLikes(String processId, String technologyNumber, String process,String printProject,Integer quantity); |
| | | |
| | | List<Map<String, String>> getPrimaryListMergeRefund(String processId, String technologyNumber, Integer orderNumber, String orderId); |
| | |
| | | Integer updateProjectProcessPrintCount(String projectNo); |
| | | |
| | | Integer selectProjectProcessPrintCount(String projectNo); |
| | | |
| | | int flowCardToOptimizeCount(String orderId); |
| | | } |