src/main/java/com/xcong/excoin/modules/yunding/service/Impl/YunDingServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/modules/yunding/service/Impl/YunDingServiceImpl.java
@@ -148,10 +148,8 @@ Date endTime = DateUtil.offsetDay(workTime, proCycle); ydProductVo.setEndTime(endTime); if (ydProductVo.getTotalT().compareTo(BigDecimal.ZERO) < 1) { if (ydProductVo.getSurplusT().compareTo(BigDecimal.ZERO) < 1) { ydProductVo.setStatus(2); } else { ydProductVo.setStatus(1); } return Result.ok(ydProductVo); }