项目维度查询分解单数据错误bug
This commit is contained in:
+1
@@ -66,6 +66,7 @@ public class SarStandItemsController extends BaseController<SarStandItems> {
|
||||
}else {
|
||||
map.put(s,id.get(i));
|
||||
}
|
||||
i++;
|
||||
}
|
||||
List<SarStandItemsDto> ItemDto = new ArrayList<>();
|
||||
map.entrySet().forEach(stringStringEntry -> {
|
||||
|
||||
Reference in New Issue
Block a user