部署
This commit is contained in:
parent
f75febd2b4
commit
a495de04fc
|
@ -267,7 +267,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<trim prefix="SET" suffixOverrides=",">
|
<trim prefix="SET" suffixOverrides=",">
|
||||||
<include refid="updateColumns"/>
|
<include refid="updateColumns"/>
|
||||||
</trim>
|
</trim>
|
||||||
where bill_id = #{billId}
|
where bill_id = #{data.billId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<sql id="updateColumns">
|
<sql id="updateColumns">
|
||||||
|
|
|
@ -107,6 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<include refid="searchCondition"/>
|
<include refid="searchCondition"/>
|
||||||
and su.del_flag = '0'
|
and su.del_flag = '0'
|
||||||
</where>
|
</where>
|
||||||
|
order by su.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectSmUserByUserId" parameterType="Long" resultMap="SmUserResult">
|
<select id="selectSmUserByUserId" parameterType="Long" resultMap="SmUserResult">
|
||||||
|
|
|
@ -165,7 +165,6 @@ public class SmTransactionBillController extends BaseController
|
||||||
return success();
|
return success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 订单退款
|
// 订单退款
|
||||||
@PutMapping("/refund")
|
@PutMapping("/refund")
|
||||||
@PreAuthorize("@ss.hasPermi('system:bill:refund')")
|
@PreAuthorize("@ss.hasPermi('system:bill:refund')")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user