暂时提交
parent
da808bb692
commit
cb5c4615aa
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue