Commit 26bccc4e authored by chenzhao's avatar chenzhao

修改代码

parent 134d8e5b
......@@ -616,7 +616,7 @@ public class EquipmentSpecificAlarmServiceImpl extends ServiceImpl<EquipmentSpec
e.setJcsConfirmUserName(a.getBizOrgName());
}
});
if (e.getJcsConfirmUserName() == null || e.getJcsConfirmUserName() == ""){
if (e.getJcsConfirmUserName() == null || e.getJcsConfirmUserName() .equals("")){
e.setJcsConfirmUserName(e.getConfirmUserName());
}
});
......
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