| | |
| | | <if test="comActDpc.createdBy != null and comActDpc.createdBy != ''"> |
| | | created_by, |
| | | </if> |
| | | <if test="comActDpc.createAt != null and comActDpc.createAt != ''"> |
| | | <if test="comActDpc.createdAt != null and comActDpc.createdAt != ''"> |
| | | created_at, |
| | | </if> |
| | | </trim> |
| | |
| | | <if test="comActDpc.createdBy != null and comActDpc.createdBy != ''"> |
| | | #{comActDpc.createdBy}, |
| | | </if> |
| | | <if test="comActDpc.createAt != null and comActDpc.createAt != ''"> |
| | | #{comActDpc.createAt}, |
| | | <if test="comActDpc.createdAt != null and comActDpc.createdAt != ''"> |
| | | #{comActDpc.createdAt}, |
| | | </if> |
| | | </trim> |
| | | </insert> |