维修审核模块优化
This commit is contained in:
parent
ff162d0cd5
commit
1658a72fd0
|
|
@ -121,7 +121,7 @@ public class RepairAuditDetailsServiceImpl implements IRepairAuditDetailsService
|
||||||
for (ScrapApplyDetailsVO scrapApplyDetailsVO : repairQuestList) {
|
for (ScrapApplyDetailsVO scrapApplyDetailsVO : repairQuestList) {
|
||||||
Long taskId = scrapApplyDetailsVO.getTaskId();
|
Long taskId = scrapApplyDetailsVO.getTaskId();
|
||||||
if (taskId != null) {
|
if (taskId != null) {
|
||||||
String typeName = keyValueMap.get(taskId);
|
String typeName = keyValueMap.get(String.valueOf(taskId));
|
||||||
if (typeName != null) {
|
if (typeName != null) {
|
||||||
scrapApplyDetailsVO.setItemType(typeName);
|
scrapApplyDetailsVO.setItemType(typeName);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue