|
@@ -701,7 +701,7 @@ public class FsStorePaymentScrmServiceImpl implements IFsStorePaymentScrmService
|
|
public void bufaRedPacket() {
|
|
public void bufaRedPacket() {
|
|
// String json = configService.selectConfigByKey("redPacket.config");
|
|
// String json = configService.selectConfigByKey("redPacket.config");
|
|
// RedPacketConfig config = JSONUtil.toBean(json, RedPacketConfig.class);
|
|
// RedPacketConfig config = JSONUtil.toBean(json, RedPacketConfig.class);
|
|
- List<FsCourseRedPacketLog> logs = redPacketLogMapper.selectFail();
|
|
|
|
|
|
+ List<FsCourseRedPacketLog> logs = redPacketLogMapper.selectFailAll();
|
|
String appId = "wx414427b10866c04e";
|
|
String appId = "wx414427b10866c04e";
|
|
for (FsCourseRedPacketLog log : logs){
|
|
for (FsCourseRedPacketLog log : logs){
|
|
FsUserScrm user = userService.selectFsUserById(log.getUserId());
|
|
FsUserScrm user = userService.selectFsUserById(log.getUserId());
|