src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.xml
@@ -81,4 +81,18 @@ and dispatcher_unit_id = #{dispatcherUnitVO1.id} </select> <!--查询用的派遣信息--> <select id="getDispatcherInfoByUserId" resultType="org.springblade.modules.dispatcher.vo.DispatcherVO"> select sd.* from sys_dispatcher sd left join sys_dispatcher_unit sdu on sdu.id = sd.dispatcher_unit_id where sd.user_ids = #{userId} and sd.status = 0 </select> </mapper>