|
|
@ -1054,6 +1054,10 @@ public class CollectController extends Controller {
|
|
|
|
Record rs = personModel.getLoginInfoByPersonId(person_id);
|
|
|
|
Record rs = personModel.getLoginInfoByPersonId(person_id);
|
|
|
|
String bureau_id = rs.get("bureau_id");
|
|
|
|
String bureau_id = rs.get("bureau_id");
|
|
|
|
cm.saveFormJob(job_id, bureau_id, person_id, table_name, json);
|
|
|
|
cm.saveFormJob(job_id, bureau_id, person_id, table_name, json);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//回写完成标记
|
|
|
|
|
|
|
|
cm.writeJobFinish(job_id, bureau_id, null);
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
|
map.put("success", true);
|
|
|
|
map.put("success", true);
|
|
|
|
map.put("message", "保存成功!");
|
|
|
|
map.put("message", "保存成功!");
|
|
|
|