|
@@ -486,7 +486,6 @@ public class WxPayServiceImpl implements WxPayServiceI {
|
486
|
486
|
|
487
|
487
|
|
488
|
488
|
userLicenseOrderList.forEach(e-> {
|
489
|
|
- e.setPaymentType(pay_type);
|
490
|
489
|
UserElement userElement = new UserElement();
|
491
|
490
|
userElement.setCommunityId(e.getCommunityId());
|
492
|
491
|
userElement.setId(e.getTaUserId());
|
|
@@ -498,7 +497,8 @@ public class WxPayServiceImpl implements WxPayServiceI {
|
498
|
497
|
e.setExpireDate(taUserLicense.getExpireDate());
|
499
|
498
|
}
|
500
|
499
|
e.setPaymentType(pay_type);
|
501
|
|
-
|
|
500
|
+ e.setUpdateUser(e.getCreateUser());
|
|
501
|
+ e.setUpdateDate(new Date());
|
502
|
502
|
taUserLicenseOrderMapper.updateByPrimaryKeySelective(e);
|
503
|
503
|
|
504
|
504
|
});
|