| | |
| | | status, |
| | | confirm_doctor, |
| | | confirm_time, |
| | | confirm_status |
| | | confirm_status, |
| | | group_id, |
| | | firm_dept_id, |
| | | heshou_status, |
| | | heshou_doctor, |
| | | heshou_time, |
| | | is_hz, |
| | | get_type, |
| | | tj_category |
| | | from tj_order |
| | | </sql> |
| | | |
| | |
| | | <if test="confirmDoctor != null">confirm_doctor,</if> |
| | | <if test="confirmTime != null">confirm_time,</if> |
| | | <if test="confirmStatus != null">confirm_status,</if> |
| | | <if test="groupId != null">group_id,</if> |
| | | <if test="firmDeptId != null">firm_dept_id,</if> |
| | | <if test="heshouStatus != null">heshou)status,</if> |
| | | <if test="heshouDoctor != null">heshou_doctor,</if> |
| | | <if test="heshouTime != null">heshou_time,</if> |
| | | <if test="isHz != null">is_hz,</if> |
| | | <if test="getType != null">get_type,</if> |
| | | <if test="tjCategory != null">tj_category,</if> |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | | <if test="userId != null">#{userId},</if> |
| | |
| | | <if test="confirmDoctor != null">#{confirmDoctor},</if> |
| | | <if test="confirmTime != null">#{confirmTime},</if> |
| | | <if test="confirmStatus != null">#{confirmStatus},</if> |
| | | <if test="groupId != null">#{groupId},</if> |
| | | <if test="firmDeptId != null">#{firmDeptId},</if> |
| | | <if test="heshouStatus != null">#{heshouStatus},</if> |
| | | <if test="heshouDoctor != null">#{heshouDoctor},</if> |
| | | <if test="heshouTime != null">#{heshouTime},</if> |
| | | <if test="isHz != null">#{isHz},</if> |
| | | <if test="getType != null">#{getType},</if> |
| | | <if test="tjCategory != null">#{tjCategory},</if> |
| | | </trim> |
| | | </insert> |
| | | |
| | |
| | | <if test="confirmDoctor != null">confirm_doctor = #{confirmDoctor},</if> |
| | | <if test="confirmTime != null">confirm_time = #{confirmTime},</if> |
| | | <if test="confirmStatus != null">confirm_status = #{confirmStatus},</if> |
| | | <if test="groupId != null">group_id = #{groupId},</if> |
| | | <if test="firmDeptId != null">firm_dept_id = #{firmDeptId},</if> |
| | | <if test="heshouStatus != null">heshou_status = #{heshouStatus},</if> |
| | | <if test="heshouDoctor != null">heshou_doctor = #{heshouDoctor},</if> |
| | | <if test="heshouTime != null">heshou_time = #{heshouTime},</if> |
| | | <if test="isHz != null">is_hz = #{isHz},</if> |
| | | <if test="getType != null">get_type = #{getType},</if> |
| | | <if test="tjCategory != null">tj_category = #{tjCategory},</if> |
| | | </trim> |
| | | where order_id = #{orderId} |
| | | </update> |