|
@@ -42,9 +42,6 @@
|
|
|
<if test="orderNo != null">
|
|
|
orderNo = #{orderNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="organizeID != null">
|
|
|
- organizeID = #{organizeID,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
<if test="userID != null">
|
|
|
userID = #{userID,jdbcType=BIGINT},
|
|
|
</if>
|
|
@@ -485,7 +482,7 @@
|
|
|
AND cror.splitStatus = 0
|
|
|
AND cdr.receiptDate <![CDATA[ <= ]]> #{currentTime}
|
|
|
</select>
|
|
|
-
|
|
|
+
|
|
|
<select id="findByMbOrderId" resultType="com.caimei.module.base.entity.vo.SplitAccountVo">
|
|
|
SELECT
|
|
|
orderId,
|
|
@@ -564,7 +561,7 @@
|
|
|
<update id="updateBySplitStatus">
|
|
|
UPDATE cm_receipt_order_relation SET splitStatus = 1 WHERE mbOrderId = #{mbOrderId}
|
|
|
</update>
|
|
|
-
|
|
|
+
|
|
|
<update id="updateShopOrderByPayStatus">
|
|
|
UPDATE
|
|
|
cm_shop_order
|