| | |
| | | public interface ReportingWorkMapper extends MPJBaseMapper<ReportingWork> { |
| | | |
| | | |
| | | ReportingWork AddSelectLastWorkMp(String processIdStr, String technologyStr, String previousProcess, String nextProcess, String process, String reportType); |
| | | ReportingWork AddSelectLastWorkMp(String processIdStr, |
| | | String technologyStr, |
| | | String previousProcess, |
| | | String nextProcess, |
| | | String process, |
| | | String reportType); |
| | | |
| | | List<BasicDataProduce> SelectWorkBasicDeviceMp(String process); |
| | | |
| | |
| | | |
| | | int selectFlowCardNum(String orderNumber, String technologyNumber, String processId, String thisProcess); |
| | | |
| | | List<Map<String,Object>> selectByReportingWorkId(String reportingWorkId,String nextProcess); |
| | | List<Map<String,Object>> selectByReportingWorkId(String reportingWorkId,String nextProcess,String orderId); |
| | | Map<String, Integer> getPageTotal(Integer offset, Integer pageSize, Date selectTime1, Date selectTime2, String orderId, ReportingWork reportingWork); |
| | | |
| | | String selectNextProcess(String reportingWorkId); |