Commit 25976c7a by 徐高华

朋友圈

parent 18cab3b1
......@@ -352,6 +352,7 @@ public class QwMomentController {
}
if(null != detaiResp.getResult().getExecRate()) {
vo.setExecRateFloat(BigDecimal.valueOf(detaiResp.getResult().getExecRate()).divide(BigDecimal.valueOf(100),2,2).doubleValue());
}
if(vo.getStatusFlag()==1) {
if (vo.getBeginDate().getTime() > System.currentTimeMillis()) {
vo.setStatusFlag(0);
......@@ -359,7 +360,6 @@ public class QwMomentController {
vo.setStatusFlag(3);
}
}
}
return RestResponse.successResult(vo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment