fix
This commit is contained in:
@@ -42,6 +42,7 @@ public class LinePaySubmitRequest {
|
||||
@ApiModelProperty("支行名称")
|
||||
private String branchBankName;
|
||||
|
||||
//正新缴纳加盟费后续:payTime,payPic废弃使用combinedField
|
||||
@ApiModelProperty("缴纳时间")
|
||||
private String payTime;
|
||||
|
||||
|
||||
@@ -214,6 +214,8 @@ public class LinePayServiceImpl implements LinePayService {
|
||||
linePayDO.setBranchBankName(request.getBranchBankName());
|
||||
if (Objects.nonNull(request.getPayTime())) {
|
||||
linePayDO.setPayTime(DateUtils.dateTime("yyyy-MM-dd HH:mm:ss", request.getPayTime()));
|
||||
}else {
|
||||
linePayDO.setPayTime(null);
|
||||
}
|
||||
linePayDO.setPayPic(request.getPayPic());
|
||||
linePayDO.setPromisePic(request.getPromisePic());
|
||||
|
||||
Reference in New Issue
Block a user