| | |
| | | AND d.`status` = #{comActDynVO.status} |
| | | </if> |
| | | |
| | | <if test="comActDynVO.typeS == null or comActDynVO.typeS != '2' "> |
| | | <if test="comActDynVO.typeS == null or comActDynVO.typeS != 2 "> |
| | | <if test="comActDynVO.type != null and comActDynVO.type != '' "> |
| | | AND d.type = #{comActDynVO.type} |
| | | </if> |
| | | </if> |
| | | |
| | | <if test="comActDynVO.typeS != null and comActDynVO.typeS == '2' "> |
| | | <if test="comActDynVO.typeS != null and comActDynVO.typeS == 2 "> |
| | | AND d.type in (SELECT id FROM `com_act_dyn_type` WHERE name in |
| | | <foreach collection="comActDynVO.typeList" item="id" index="index" open="(" close=")" separator=","> |
| | | #{id} |