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