Commit c1c1714b authored by tangwei's avatar tangwei

修改bug

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