Commit a5a95b04 authored by sml's avatar sml

业务逻辑成功状态码修改为200及子任务提交

parent b07a4416
......@@ -8,7 +8,8 @@ public class StatuConstant {
/***************************************************************************/
/*操作码**/
public final static String SUCCESS_CODE = "000";
//public final static String SUCCESS_CODE = "000";
public final static String SUCCESS_CODE = "200";
public final static String SUCCESS_CODE_MSG = "操作成功";
public final static String FAILURE_CODE = "001";
......
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