| | |
| | | <if test="departmentName != null and departmentName != '' ">,department_name</if> |
| | | <if test="departmentArea != null and departmentArea != '' ">,department_area</if> |
| | | <if test="leisureState != null and leisureState != '' ">,leisure_state</if> |
| | | <if test="masterIds != null and masterIds != '' ">,master_ids</if> |
| | | <if test="masterNames != null and masterNames != '' ">,master_names</if> |
| | | <if test="masterIds != null">,master_ids</if> |
| | | <if test="masterNames != null">,master_names</if> |
| | | <if test="transactionIds != null and transactionIds != '' ">,transaction_ids</if> |
| | | <if test="transactionNames != null and transactionNames != '' ">,transaction_names</if> |
| | | <if test="openid != null and openid != '' ">,openid</if> |
| | | <if test="isDivisionHead != null and isDivisionHead != '' ">,is_division_head</if> |
| | | <if test="mattersIds != null and mattersIds != '' ">,matters_ids</if> |
| | | <if test="mattersIds != null ">,matters_ids</if> |
| | | )values( |
| | | sysdate() |
| | | <if test="userId != null and userId != '' ">,#{userId}</if> |