暂时提交

master
lld 2026-04-05 16:35:58 +08:00
parent da808bb692
commit cb5c4615aa
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="agriUserVo"/> <include refid="agriUserVo"/>
<if test="userId == null"> and user_agri.user_id is null </if> <if test="userId == null"> and user_agri.user_id is null </if>
<where> <where>
is_deleted = 0 and user_agri.status=1 is_deleted = 0
<if test="userId != null"> and user_agri.user_id = #{userId}</if> <if test="userId != null"> and user_agri.user_id = #{userId}</if>
<if test="imei != null and imei != ''"> and agri.imei = #{imei}</if> <if test="imei != null and imei != ''"> and agri.imei = #{imei}</if>
<if test="workMode != null and workMode != ''"> and agri.work_mode = #{workMode}</if> <if test="workMode != null and workMode != ''"> and agri.work_mode = #{workMode}</if>