提交 65f985b9 作者: 张小凤

RepoCash

上级 8c9a8138
......@@ -16,6 +16,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import springfox.documentation.annotations.ApiIgnore;
import javax.servlet.http.HttpServletRequest;
......@@ -26,6 +27,7 @@ import javax.servlet.http.HttpServletRequest;
*/
@Api(tags = {"云仓-账号相关-接口"})
@RestController
@ApiIgnore
@RequestMapping("/repoaccount/")
public class RepoAccountController {
......@@ -39,7 +41,7 @@ public class RepoAccountController {
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = RepoAccountDTO.class)})
@PostMapping("listPagePayManager")
public ResultBody listPagePayManager(HttpServletRequest request, @RequestBody RepoAccountQO param) {
return ResultBody.success(repoAccountService.listPagePayManager(param,this.getCurrentAccount(request)));
return ResultBody.success(repoAccountService.listPagePayManager(param, this.getCurrentAccount(request)));
}
/**
......@@ -51,6 +53,4 @@ public class RepoAccountController {
}
}
......@@ -33,4 +33,7 @@ mmcflying:
mount:
directory: D:@javaVolume@
userapp:
url: https://test.iuav.mmcuav.cn/userapp/
......@@ -32,3 +32,6 @@ mmcflying:
path: /ossservlet/upload/download/
mount:
directory: D:@javaVolume@
userapp:
url: https://iuav.mmcuav.cn/userapp/
......@@ -75,11 +75,11 @@
insert into repo_cash
(repo_account_id, uid, account_name, order_info_id, order_no, sku_info_id, sku_title,
ware_info_id, ware_no, ware_title, pay_no, pay_method, amt_paid, cash_amt, pay_time, remark,
voucher, refund_no, update_time, update_user, create_time, create_user)
voucher, refund_no, update_time, update_user, create_time, create_user, cash_type_id)
values (#{repoAccountId}, #{uid}, #{accountName}, #{orderInfoId}, #{orderNo}, #{skuInfoId}, #{skuTitle},
#{wareInfoId}, #{wareNo}, #{wareTitle}, #{payNo}, #{payMethod}, #{amtPaid}, #{cashAmt}, #{payTime},
#{remark},
#{voucher}, #{refundNo}, #{updateTime}, #{updateUser}, #{createTime}, #{createUser})
#{voucher}, #{refundNo}, #{updateTime}, #{updateUser}, #{createTime}, #{createUser}, 4)
</insert>
<update id="updateCashRemark">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论