返回字段错误

This commit is contained in:
wulin 2020-12-16 18:51:12 +08:00
parent f19a65ba74
commit a6cd4a34bd

View File

@ -119,7 +119,7 @@
</foreach> </foreach>
</select> </select>
<select id="selectAllStaffIds" resultType="com.lz.modules.app.entity.DepartmentsStaffRelateEntity"> <select id="selectAllStaffIds" resultType="Long">
select staff_id from lz_departments_staff_relate where is_delete = 0 select staff_id from lz_departments_staff_relate where is_delete = 0
</select> </select>
</mapper> </mapper>