| | |
| | | <if test="orderNo != null and orderNo != '' ">order_no,</if> |
| | | <if test="fileData!=null">file_data,</if> |
| | | <if test="govPayStatus!=null">gov_pay_status,</if> |
| | | <if test="train!=null and train!=''">train,</if> |
| | | <if test="createBy != null">create_by,</if> |
| | | <if test="createTime != null">create_time,</if> |
| | | <if test="updateBy != null">update_by,</if> |
| | |
| | | <if test="orderNo != null and orderNo != '' ">#{orderNo},</if> |
| | | <if test="fileData!=null">#{fileData},</if> |
| | | <if test="govPayStatus!=null">#{govPayStatus},</if> |
| | | <if test="train!=null and train!=''">#{train},</if> |
| | | <if test="createBy != null">#{createBy},</if> |
| | | <if test="createTime != null">#{createTime},</if> |
| | | <if test="updateBy != null">#{updateBy},</if> |
| | |
| | | update coal_pay_student |
| | | <trim prefix="SET" suffixOverrides=","> |
| | | <if test="payType != null">pay_type = #{payType},</if> |
| | | <if test="govPayStatus!=null">gov_pay_status=#{govPayStatus},</if> |
| | | </trim> |
| | | where coal_pay_id = #{coalPayId} and pay_status = 0 |
| | | </update> |