|
|
@@ -182,6 +182,7 @@ public abstract class BusJcebServiceImpl<T extends BusJceb> implements IBusJcebS
|
|
|
JSONObject json = new JSONObject();
|
|
|
json.put("type", getJcebTypeEnum().getCode());
|
|
|
json.put("id", jceb.getId());
|
|
|
+ json.put("submitState", jceb.getSubmitState());
|
|
|
return json.toJSONString();
|
|
|
}
|
|
|
|