| | |
| | | LEFT JOIN sys_user AS su1 ON su1.user_id = cadt.update_by |
| | | where cadt.community_id = 0 and cadt.is_del = 2 |
| | | <if test="comActDynTypeDTO.category != null"> |
| | | <if test="comActDynTypeDTO.category == 3"> |
| | | <if test="comActDynTypeDTO.category == 3 or comActDynTypeDTO.category == 2"> |
| | | AND 1=2 |
| | | </if> |
| | | AND cadt.category = #{comActDynTypeDTO.category} |
| | |
| | | LEFT JOIN sys_user AS su1 ON su1.user_id = cadt.update_by |
| | | where cadt.community_id = 0 and cadt.is_del = 2 |
| | | <if test="comActDynTypeDTO.category != null"> |
| | | <if test="comActDynTypeDTO.category == 3"> |
| | | <if test="comActDynTypeDTO.category == 3 or comActDynTypeDTO.category == 2"> |
| | | AND 1=2 |
| | | </if> |
| | | AND cadt.category = #{comActDynTypeDTO.category} |