Commit f1fd763f by tangzhaoqian

提交

parent 297d8629
...@@ -26,18 +26,18 @@ public class RegularizationBusiness extends SpmkAssoBusiness { ...@@ -26,18 +26,18 @@ public class RegularizationBusiness extends SpmkAssoBusiness {
public void handleApprove(JSONObject jsonObj) throws Exception { public void handleApprove(JSONObject jsonObj) throws Exception {
// TODO Auto-generated method stub // TODO Auto-generated method stub
// 发起人企业id // 发起人企业id
String orgCode = jsonObj.get("orgCode",FromData.class).getValue(); // String orgCode = jsonObj.get("orgCode",FromData.class).getValue();
// 发起人名称 // 发起人名称
String initiator = jsonObj.get("initiator",FromData.class).getValue(); // String initiator = jsonObj.get("initiator",FromData.class).getValue();
// 申请人名称 // 申请人名称
String applicant = jsonObj.get("__applicant",FromData.class).getValue(); // String applicant = jsonObj.get("__applicant",FromData.class).getValue();
// 试用期内主要工作和成绩 // 试用期内主要工作和成绩
String WorkAndAchievement = jsonObj.get("WorkAndAchievement",FromData.class).getValue(); // String WorkAndAchievement = jsonObj.get("WorkAndAchievement",FromData.class).getValue();
// 存在问题及改进意见 // 存在问题及改进意见
String problem = jsonObj.get("problem",FromData.class).getValue(); // String problem = jsonObj.get("problem",FromData.class).getValue();
// 上传文件 // 上传文件
String file = jsonObj.get("file",FromData.class).getValue(); // String file = jsonObj.get("file",FromData.class).getValue();
......
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