src/main/resources/mapper/TaskWrkMapper.xml
@@ -37,10 +37,16 @@ <select id="selectByStartPoint" resultMap="BaseResultMap"> select top 1 * from wcs_task_wrk where 1=1 and io_type=3 and start_point = #{startPoint} </select> <select id="selectByTargetPoint" resultMap="BaseResultMap"> select top 1 * from wcs_task_wrk where 1=1 and target_point = #{targetPoint} </select> <select id="selectByBarcode" resultMap="BaseResultMap"> select top 1 * from wcs_task_wrk where 1=1