记得上下班打卡 | git大法好,push需谨慎

Commit 90cdf281 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev-dragon&order' into dev-dragon&order

parents 9ce628d5 892766de
......@@ -57,7 +57,7 @@ public class DragonOrdersServiceImpl implements IDragonOrdersService {
private ApplepayImpl applepay;
@Override
public ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto,boolean function) {
public ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto) {
//设置支付编号
dragonPayBaseReqDto.setCode(IDGenerator.payCode());
log.info("dragon:dragonPay:req:dragonPayBaseReqDto : {}",dragonPayBaseReqDto.toString());
......
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