manage/src/main/resources/mapping/TAppUserMapper.xml
@@ -37,8 +37,13 @@ <if test="query.startTime != null and query.startTime != ''"> and (createTime between #{query.startTime} and #{query.endTime}) </if> <if test="query.userIds != null and query.userIds.size()>0"> AND id IN <foreach collection="query.userIds" close=")" open="(" item="id" separator=","> #{id} </foreach> </if> and isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()} </select> </mapper>