Commit fae61b35 by 徐高华

退款

parent 2aac5ea2
......@@ -161,7 +161,7 @@ public class GicOrderRefundController {
@ResponseBody
public RestResponse<Object> auditRefund(String enterpriseId, String memberId,
@RequestParam(defaultValue = "1") int auditStatus, String clerkId, String remark,
@RequestParam(defaultValue = "1") int step, RefundBaseQDTO baseQDTO, double applyRefundPrice) {
@RequestParam(defaultValue = "1") int step, RefundBaseQDTO baseQDTO, @RequestParam(defaultValue="0") Double applyRefundPrice) {
ServiceResponse<Void> resp = null;
// 拒绝
if (auditStatus == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment