Commit 375f90c0 by wenyang

已关账的发佣不允许做其他操作

parent 93be61db
......@@ -122,6 +122,7 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
CommonResult commonResult = check(requestVO);
if(commonResult != null && !commonResult.isSuccess()){
responseVO.setCommonResult(commonResult);
return responseVO;
}
Long[] fortuneIds = requestVO.getFortuneIds();
//2. 0.作废 1.待来佣 2.可发放 3.保留
......
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