|
@@ -675,7 +675,6 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
|
|
|
if (r.get("code").equals(200)){
|
|
|
log.setOutBatchNo(r.get("orderCode").toString());
|
|
|
log.setBatchId(r.get("batchId").toString());
|
|
|
- log.setStatus(1);
|
|
|
redPacketLogMapper.updateFsCourseRedPacketLog(log);
|
|
|
logger.info("更新完成:{}",log.getLogId());
|
|
|
}
|