|
@@ -40,7 +40,7 @@
|
|
|
UPDATE business_order_fees SET is_check = 0 WHERE pid = #{id}
|
|
UPDATE business_order_fees SET is_check = 0 WHERE pid = #{id}
|
|
|
</update>
|
|
</update>
|
|
|
<update id="submitPay" parameterType="long">
|
|
<update id="submitPay" parameterType="long">
|
|
|
- UPDATE business_order_fees SET submit_pay = '1',is_check = '1' WHERE pid = #{id}
|
|
|
|
|
|
|
+ UPDATE business_order_fees SET submit_pay = 1,is_check = 1 WHERE pid = #{id}
|
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|