|
|
@@ -342,6 +342,7 @@ public class CouponSendSchedule { |
|
|
// 记录积分倍率日期 |
|
|
// 记录积分倍率日期 |
|
|
try { |
|
|
try { |
|
|
WxCUserBasicInfo toUpdate = new WxCUserBasicInfo(); |
|
|
WxCUserBasicInfo toUpdate = new WxCUserBasicInfo(); |
|
|
|
|
|
toUpdate.setFinalTenantId(cu.getFinalTenantId()); |
|
|
toUpdate.setId(cu.getId()); |
|
|
toUpdate.setId(cu.getId()); |
|
|
toUpdate.setScoreDate(cu.getBirthdate()); |
|
|
toUpdate.setScoreDate(cu.getBirthdate()); |
|
|
wxCUserBasicInfoMapper.updateById(toUpdate); |
|
|
wxCUserBasicInfoMapper.updateById(toUpdate); |
|
|
|