|
@@ -495,9 +495,8 @@ public class WxPayServiceImpl implements WxPayServiceI {
|
495
|
495
|
TaUserLicense taUserLicense = null;
|
496
|
496
|
if (null != licenseData && licenseData instanceof TaUserLicense) {
|
497
|
497
|
taUserLicense = (TaUserLicense) licenseData;
|
|
498
|
+ e.setExpireDate(taUserLicense.getExpireDate());
|
498
|
499
|
}
|
499
|
|
-
|
500
|
|
- e.setExpireDate(taUserLicense.getExpireDate());
|
501
|
500
|
e.setPaymentType(pay_type);
|
502
|
501
|
|
503
|
502
|
taUserLicenseOrderMapper.updateByPrimaryKeySelective(e);
|