|
@@ -256,6 +256,7 @@ public class WxCorpInfoController {
|
|
|
plan.setCreateTime(LocalDateTime.now());
|
|
|
plan.setPlanType(1);
|
|
|
plan.setCreateId(first.get().getId());
|
|
|
+ plan.setTaskChangeNoticeNum(info.getString("sp_no"));
|
|
|
//参与人员列表
|
|
|
List<String> userTeams=new ArrayList<>();
|
|
|
//初始化 单价(元/小时)
|
|
@@ -306,12 +307,12 @@ public class WxCorpInfoController {
|
|
|
plan.setTaskName(text);
|
|
|
}
|
|
|
}
|
|
|
- if(title.getJSONObject(0).getString("text").equals("审批编号")){
|
|
|
- if(control.equals("Text")||control.equals("Textarea")){
|
|
|
- String text = value.getString("text");
|
|
|
- plan.setTaskChangeNoticeNum(text);
|
|
|
- }
|
|
|
- }
|
|
|
+// if(title.getJSONObject(0).getString("text").equals("审批编号")){
|
|
|
+// if(control.equals("Text")||control.equals("Textarea")){
|
|
|
+// String text = value.getString("text");
|
|
|
+// plan.setTaskChangeNoticeNum(text);
|
|
|
+// }
|
|
|
+// }
|
|
|
//先处理多个人员 公用此单据非工时部分内容
|
|
|
if(title.getJSONObject(0).getString("text").equals("参与人员")){
|
|
|
if(control.equals("Contact")){
|