特殊处置审核不传附件
parent
6b7d0dabe3
commit
3764db33a3
|
@ -489,6 +489,7 @@ public class HiddenExamineController extends BaseController {
|
|||
inspection.put("OPERATOR", Jurisdiction.getUSER_ID());
|
||||
inspection.put("HIDDEN_vector", hidden.getString("HIDDEN_ID"));
|
||||
noticeUtil.SE_ThreeStepUtil(inspection);
|
||||
pd.put("inspection",inspection);
|
||||
}
|
||||
} else if ("2".equals(pd.getString("TYPE"))) { // 不通过
|
||||
hiddenExa.put("spare1", "0");
|
||||
|
@ -518,6 +519,7 @@ public class HiddenExamineController extends BaseController {
|
|||
}
|
||||
map.put("pd", pd);
|
||||
map.put("result", errInfo);
|
||||
pd.put("hiddenExa",hiddenExa);
|
||||
map.put("sendPicturesList",JSON.toJSONString(strings));
|
||||
map.put("dockData",JSON.toJSONString(pd));
|
||||
return map;
|
||||
|
|
Loading…
Reference in New Issue