Merge branch 'master' of e.coding.net:tsteam/xiangmumokuai/tenlion-module
This commit is contained in:
commit
0c05484af0
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user