修试后人入库接口修改
This commit is contained in:
parent
85e34e4812
commit
17ddd03864
|
|
@ -142,7 +142,7 @@ public interface RepairInputDetailsMapper {
|
|||
|
||||
List<RepairInputDetails> selectInputTaskStatus(RepairInputDetails inputApplyDetails);
|
||||
|
||||
List<RepairInputDetails> selectRepairListByBoxId(String qrCode);
|
||||
List<RepairInputDetails> selectRepairListByBoxId(RepairInputDetails input);
|
||||
|
||||
int updateBoxStatus(String qrCode, int i);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -764,7 +764,7 @@ public class RepairInputDetailsServiceImpl implements IRepairInputDetailsService
|
|||
try {
|
||||
|
||||
//0查询二维码标准箱绑定的机具
|
||||
List<RepairInputDetails> boxList = repairInputDetailsMapper.selectRepairListByBoxId(repairInputDetails.getQrCode());
|
||||
List<RepairInputDetails> boxList = repairInputDetailsMapper.selectRepairListByBoxId(repairInputDetails);
|
||||
//1查询入参设备是否为待入库设备
|
||||
for(RepairInputDetails box : boxList){
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue