|
@@ -50,8 +50,7 @@ public class WorkProvider {
|
|
}
|
|
}
|
|
String snCode = param.getSnCode();
|
|
String snCode = param.getSnCode();
|
|
if (StrUtil.isNotBlank(snCode)){
|
|
if (StrUtil.isNotBlank(snCode)){
|
|
- sql.append(" and ( sn_code = '").append(RegexUtil.escapeChar(snCode)).append("' )");
|
|
|
|
-
|
|
|
|
|
|
+ sql.append(" and ( sn_code like '%").append( RegexUtil.escapeChar(snCode)).append("%' )");
|
|
}
|
|
}
|
|
if(isAdmin){
|
|
if(isAdmin){
|
|
Integer type = param.getType();
|
|
Integer type = param.getType();
|