Commit 0789a348 by 陶光胜

修改

parent a8f1a799
......@@ -147,6 +147,9 @@ public class ScreeningController {
}
private String getScreenBack(String param) throws ClassNotFoundException {
if(StringUtils.isBlank(param)){
return "";
}
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
JSONArray array = JSON.parseArray(param);
StringBuilder backMessage = new StringBuilder();
......
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