|
@@ -111,7 +111,7 @@ public class RepairSupplyService {
|
|
|
}
|
|
|
priceListService.outStock(repair.getRepairId());
|
|
|
|
|
|
- repairLogService.saveBySysUser(userId,param.getRepairId(),6,"备件出库");
|
|
|
+ repairLogService.saveBySysUser(userId,param.getRepairId(),7,"备件出库");
|
|
|
}
|
|
|
|
|
|
public void partRecovery(Repair param, Long userId) {
|
|
@@ -129,6 +129,6 @@ public class RepairSupplyService {
|
|
|
}
|
|
|
priceListService.recoveryPart(repair.getRepairId());
|
|
|
|
|
|
- repairLogService.saveBySysUser(userId,param.getRepairId(),7,"备件回收");
|
|
|
+ repairLogService.saveBySysUser(userId,param.getRepairId(),8,"备件回收");
|
|
|
}
|
|
|
}
|