src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.xml
@@ -15,7 +15,7 @@ <!--派遣记录分页数据--> <select id="selectDispatcherPage" resultType="org.springblade.modules.dispatcher.vo.DispatcherVO"> select sd.*,bu.real_name securityName,sdu.name dispatcherCompany sd.*,bu.real_name securityName,sdu.name dispatcherCompany,bu.cardid from sys_dispatcher sd left join @@ -74,7 +74,7 @@ select ifnull(count(*),0) count from sys_dispatcher where 1=1 and dispatcher_unit_id #{dispatcherUnitVO1.id} and dispatcher_unit_id = #{dispatcherUnitVO1.id} </select> </mapper>