Merge branch 'master' of e.coding.net:tsteam/xiangmumokuai/tenlion-module

This commit is contained in:
wans 2021-05-08 16:50:32 +08:00
commit 0c05484af0

View File

@ -231,6 +231,13 @@
AND
t1.organization_type = #{organizationType}
</if>
<if test="organizationTypes != null and organizationTypes.size > 0">
AND
t1.organization_type IN
<foreach collection="organizationTypes" index="index" open="(" separator="," close=")">
#{organizationTypes[${index}]}
</foreach>
</if>
ORDER BY t1.gmt_create DESC
</select>