|
@@ -2252,7 +2252,7 @@ public class AddRepairBusinessServiceImpl implements AddRepairBusinessService {
|
|
|
.list();
|
|
|
for (ItfTblAssignFkmxDownload fkmx :fkmxRec){
|
|
|
// 存在不做更新?过程是这样写的
|
|
|
- if (!orolMap.containsKey(fkmx.getFkid())){
|
|
|
+ if (!orolMap.containsKey(String.valueOf(fkmx.getFkid()))){
|
|
|
getoroldata(order, orols, fkmx);
|
|
|
}
|
|
|
|