|
@@ -314,7 +314,7 @@ public class YongyouServiceImpl implements YongyouService {
|
|
|
}
|
|
|
String sqlStr = "";
|
|
|
if (spareIds!=null&&spareIds.size()>0){
|
|
|
- whereStr.append(" and spareId in (");
|
|
|
+ whereStr.append(" and PartId in (");
|
|
|
for (String spareId:spareIds){
|
|
|
whereStr.append(spareId+",");
|
|
|
}
|