|
@@ -60,9 +60,9 @@ import static com.citu.module.menduner.common.util.TimeUtils.generateDateTimeRan
|
|
public class InterviewInviteServiceImpl implements InterviewInviteService {
|
|
public class InterviewInviteServiceImpl implements InterviewInviteService {
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 比例倍数 1:10 (点数转钱包的比例)
|
|
|
|
|
|
+ * 比例倍数 1:1 (点数转钱包的比例)
|
|
**/
|
|
**/
|
|
- private static final Integer RATIO_MULTIPLE = 10;
|
|
|
|
|
|
+ private static final Integer RATIO_MULTIPLE = 1;
|
|
@Resource
|
|
@Resource
|
|
private InterviewInviteMapper mapper;
|
|
private InterviewInviteMapper mapper;
|
|
@Resource
|
|
@Resource
|