魏熙美 6 år sedan
förälder
incheckning
e4420cfe74

+ 1
- 2
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/WxPayServiceImpl.java Visa fil

@@ -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);