- <choose>
- <when test="recruitType != null and recruitType != ''">
- test中的条件成立
- when>
- <otherwise>
- 不成立
- otherwise>
- choose>
-
-
- 或者
- <if test='auditstate=="2"'>
- and re.APPROVALSTATE is not null
- if>
List
====================================================================================
========================================================================