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

Commit fd1ac76c authored by zhengfuxin's avatar zhengfuxin

修改dragon 的bug,不会编译报错。

parent 97946c8f
......@@ -57,7 +57,7 @@ public class DragonOrdersServiceImpl implements IDragonOrdersService {
private ApplepayImpl applepay;
@Override
public ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto) {
public ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto,boolean function) {
//设置支付编号
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