Browse Source

[POS][修改]:POS核销及核销取消

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
b4100b8338
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java View File

@@ -203,7 +203,7 @@ public class WxScoreRulesServiceImpl implements WxScoreRulesService {
throw new MallinkException(ErrorCode.DB_FAIL.getCode(), "删除成长值历史出错");
}
} else {
logger.error("未找到成长值历史");
logger.warn("未找到成长值历史");
return 0;
}
// 2. user score back


Loading…
Cancel
Save