| | |
| | | <if test="comActDpc.communityId != null and comActDpc.communityId != ''"> |
| | | community_id, |
| | | </if> |
| | | <if test="comActDpc.createBy != null and comActDpc.createBy != ''"> |
| | | <if test="comActDpc.createdBy != null and comActDpc.createdBy != ''"> |
| | | created_by, |
| | | </if> |
| | | <if test="comActDpc.createAt != null and comActDpc.createAt != ''"> |
| | |
| | | <if test="comActDpc.communityId != null and comActDpc.communityId != ''"> |
| | | #{comActDpc.communityId}, |
| | | </if> |
| | | <if test="comActDpc.createBy != null and comActDpc.createBy != ''"> |
| | | #{comActDpc.createBy}, |
| | | <if test="comActDpc.createdBy != null and comActDpc.createdBy != ''"> |
| | | #{comActDpc.createdBy}, |
| | | </if> |
| | | <if test="comActDpc.createAt != null and comActDpc.createAt != ''"> |
| | | #{comActDpc.createAt}, |