Browse Source

修改bug

姚云青 2 years ago
parent
commit
7a69fd9c0e

+ 1 - 1
imcs-admin-boot/imcs-tenant-biz/src/main/java/com/github/zuihou/tenant/service/impl/ProductionresourceServiceImpl.java

@@ -945,7 +945,7 @@ public class ProductionresourceServiceImpl extends SuperCacheServiceImpl<Product
     private String dealStr(String s){
         if(StringUtil.isEmpty(s))
             return null;
-        return s;
+        return "'"+s+"'";
     }
 
     @Override