Commit 70686ca7 by caosy

小程序返回错误信息提示

parent c218cade
......@@ -142,7 +142,7 @@ public class CommuneOrderService extends AbstractOrderService<CommuneOrderBean,
throw new OrderException(-44,"您提交的入社年数超过了范围,请检查!");
}
if(communeOrderBean.getAmount().compareTo(COMMUNE_AMOUNT)==0){
throw new OrderException(-45, "您已经是社员");
throw new OrderException(-45, "您已经是社员!");
}
}
......
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 sign in to comment