Commit 5bc6f759 authored by chenzhao's avatar chenzhao

修改bug

parent bb30cf6e
......@@ -157,7 +157,7 @@ public class FormInstanceServiceImpl extends ServiceImpl<FormInstanceMapper, For
//字节点单位修改
Map<String, String> mapid= formInstanceMapper.getChildListdate(instanceId);
if(mapid!=null){
if(mapid.get("ids")!=null && !mapid.get("ids").equals("")){
String[] listid= mapid.get("ids").split(",");
if(listid!=null){
List<String> listiods= new ArrayList<>();
......
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