Commit c1c1714b authored by tangwei's avatar tangwei

修改bug

parent add081cc
...@@ -43,8 +43,8 @@ public class FireChemicalServiceImpl extends BaseService<FireChemicalDto,FireChe ...@@ -43,8 +43,8 @@ public class FireChemicalServiceImpl extends BaseService<FireChemicalDto,FireChe
if("null".equals(formula)) { if("null".equals(formula)) {
formula =null; formula =null;
} }
if("name".equals(name)) { if("null".equals(name)) {
casNo =null; name =null;
} }
if("null".equals(typeCode)) { if("null".equals(typeCode)) {
typeCode =null; typeCode =null;
......
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