|
@@ -92,11 +92,6 @@ public class RecruitResumeServiceImpl extends ServiceImpl<RecruitResumeMapper, R
|
|
|
return this.save(add);
|
|
return this.save(add);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
|
|
- String num = String.valueOf(new BigDecimal("31")
|
|
|
|
|
- .divide(new BigDecimal(Convert.toStr("32")),2, BigDecimal.ROUND_HALF_UP).multiply(new BigDecimal("100")));
|
|
|
|
|
- System.out.println(num);
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|