|
@@ -133,7 +133,7 @@
|
|
|
<update id="deleteReceiptRelation">
|
|
|
UPDATE cm_receipt_order_relation SET delFlag = '1' WHERE receiptID = #{receiptId}
|
|
|
</update>
|
|
|
- <update id="updateShopOrdePayStatus">
|
|
|
+ <update id="updateShopOrderPayStatus">
|
|
|
UPDATE cm_shop_order SET payStatus = #{payStatus} WHERE shopOrderID = #{shopOrderId}
|
|
|
</update>
|
|
|
<select id="getReceiptUserByOpenid" resultType="com.caimei365.order.model.vo.ReceiptUserVo">
|
|
@@ -845,7 +845,7 @@
|
|
|
WHERE cror.receiptID = #{receiptId}
|
|
|
ORDER BY cror.id DESC
|
|
|
</select>
|
|
|
- <select id="getPendingtAuditCount" resultType="java.lang.Integer">
|
|
|
+ <select id="getPendingAuditCount" resultType="java.lang.Integer">
|
|
|
SELECT COUNT(*) FROM cm_receipt_order_relation cror
|
|
|
LEFT JOIN cm_discern_receipt cdr ON cror.receiptID = cdr.id
|
|
|
WHERE cror.orderID = #{orderId}
|