Helius
2022-03-18 2186fd97f870ff97685ae34b737e9b2e9da77ac9
Merge branch 'bea' of http://120.27.238.55:7000/r/exchange into bea
3 files modified
8 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/entity/ZhiYaTeam.java
@@ -7,7 +7,7 @@
import java.math.BigDecimal;
@Data
@TableName("zhiya_Team")
@TableName("zhiya_team")
public class ZhiYaTeam extends BaseEntity {
    /**
     *
src/main/java/com/xcong/excoin/quartz/job/ZhiyarRewardJob.java
@@ -23,8 +23,8 @@
    /**
     * 质押奖励计算
     */
    @Scheduled(cron = "0 * * * * ? ")
//    @Scheduled(cron = "0 0 0 * * ? ")
//    @Scheduled(cron = "0 * * * * ? ")
    @Scheduled(cron = "0 0 0 * * ? ")
    public void updateDoingPrice() {
        log.info("#质押奖励计算#");
        try {
src/main/resources/mapper/walletCoinOrder/ZhiYaRecordDao.xml
@@ -56,7 +56,7 @@
    </select>
    <select id="selectZhiyaTeamRecordByMemberId" resultType="com.xcong.excoin.modules.coin.entity.ZhiYaTeam">
        SELECT a.*  FROM zhiya_Team a where a.member_id= #{memberId}
        SELECT a.*  FROM zhiya_team a where a.member_id= #{memberId}
    </select>