|
@@ -25,6 +25,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="name != null and name != ''">
|
|
<if test="name != null and name != ''">
|
|
and a.name like CONCAT('%',CONCAT(#{name}), '%')
|
|
and a.name like CONCAT('%',CONCAT(#{name}), '%')
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="district != null and district != ''">
|
|
|
|
+ and a.district = #{district}
|
|
|
|
+ </if>
|
|
</select>
|
|
</select>
|
|
<select id="getWorker" resultType="com.ruoyi.mobile.domain.vo.MUserForemanVo">
|
|
<select id="getWorker" resultType="com.ruoyi.mobile.domain.vo.MUserForemanVo">
|
|
select id as id,
|
|
select id as id,
|