| | |
| | | |
| | | import com.zy.asrs.entity.TaskWrk; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | |
| | | TaskWrk selectCrnStaWorking(@Param("crnNo") Integer crnNo, @Param("targetPoint") String targetPoint); |
| | | |
| | | TaskWrk selectCrnNoWorking(@Param("crnNo") Integer crnNo,@Param("workNo") Integer workNo); |
| | | TaskWrk selectCrnNoInWorking(@Param("crnNo") Integer crnNo,@Param("workNo") Integer workNo); |
| | | |
| | | List<TaskWrk> selectToBeHistoryData(); |
| | | |
| | |
| | | |
| | | List<TaskWrk> selectWorkingTask();//获取工作中的任务 |
| | | |
| | | TaskWrk selectStaWorking(Integer wrkNo); |
| | | |
| | | } |