fix 时间格式问题
This commit is contained in:
@@ -337,6 +337,7 @@ public class LinePayServiceImpl implements LinePayService {
|
||||
}
|
||||
FranchiseFeePayInfoResponse response = new FranchiseFeePayInfoResponse();
|
||||
BeanUtil.copyProperties(linePay, response);
|
||||
response.setPayTime(DateUtils.parseDateToStr(YYYY_MM_DD_HH_MM_SS, linePay.getPayTime()));
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user