@@ -58,7 +58,7 @@ public class WorkProvider {
if (type==1){
sql.append(" and status > 0 and location IS NULL");
}else if (type==2){
- sql.append(" location IS NOT NULL");
+ sql.append(" and location IS NOT NULL");
}
}else {
List<String> snCodes = param.getSnCodes();