| | |
| | | package com.example.erp.mapper.pp; |
| | | |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.example.erp.dto.pp.FlowCardDTO; |
| | | import com.example.erp.entity.pp.FlowCard; |
| | |
| | | |
| | | List<Map<String, Object>> getRepairPrintCustomData(String processId, String technologyNumber, String reportingWorkId, Integer orderNumber); |
| | | |
| | | List<Map<String, Object>> getReworkPrintCustomData(String processId, String technologyNumber, String reportingWorkId, Integer orderNumber); |
| | | |
| | | |
| | | List<Map<String, Object>> getGlassNumber(String technologyNumber, String processId); |
| | | |
| | | Boolean updatePrintStateMp(Integer printState, String processId, String technologyNumber); |
| | |
| | | |
| | | List<Map<String, Object>> getPrintCustomDataSemi(String processId, String technologyNumber, String process, Integer orderNumber, Integer printQuantity); |
| | | |
| | | List<Map<String, Object>> getgetPrintCustomDataSemiSp(String processId, String technologyNumber, Integer orderNumber); |
| | | |
| | | List<Map<String, String>> selectPrintNotMp(String orderId); |
| | | |
| | | List<Map<String, String>> selectPrintNotMergeMp(String orderId); |
| | | |
| | | List<Map<String, String>> getRepairPrintCustomDataSemi(String processId, String technologyNumber, String reportingWorkId, Integer orderNumber); |
| | | |
| | | List<Map<String, String>> getReworkPrintCustomDataSemi(String processId, String technologyNumber, String reportingWorkId, Integer orderNumber); |
| | | |
| | | |
| | | List<Map<String, String>> selectPrintAllMp(String orderId); |
| | | |
| | |
| | | |
| | | List<Map<String, Object>> getPrintProjectDetailsMp(String projectNo); |
| | | |
| | | List<Map<String, Object>> getPrintCustomDataProjectDetail(String projectNo, String stockId); |
| | | List<Map<String, Object>> getPrintProjectDetailsMpSp(String projectNo,List<Integer> stockId); |
| | | |
| | | List<Map<String, Object>> getPrintCustomDataProjectDetail(String projectNo, String stockId,Integer polysId); |
| | | |
| | | List<Map<String, Object>> getPrintCustomDataProject(String projectNo); |
| | | |
| | |
| | | int reportingWorkNumCount, int reportingWorkNum, int brokenNum, String process); |
| | | |
| | | List<Map<String, String>> getPrimaryListRefundHB(String processId, String technologyNumber, Integer orderNumber, String reportingWorkId, String mergeTechnologyNumber, String patchReason, String orderId); |
| | | |
| | | Map<String, Object> getTerminationQuantity(String processId, Integer orderNumber); |
| | | |
| | | Boolean updateTerminationStatus(String processId, Integer orderNumber); |
| | | |
| | | Boolean updateTerminationNoMp(String processId, Integer orderNumber); |
| | | } |