|
@@ -2140,7 +2140,7 @@ public class TrialSelfInspectionRecordServiceImpl extends BaseServiceImpl<TrialS
|
|
|
.set(calculationUnit != null && !calculationUnit.isEmpty(),TrialSelfInspectionRecord::getCompany, calculationUnit)
|
|
|
.set(specificationNumber != null && !specificationNumber.isEmpty(),TrialSelfInspectionRecord::getSpecificationNumber, specificationNumber)
|
|
|
.set(specificationModel != null && !specificationModel.isEmpty(),TrialSelfInspectionRecord::getSpecificationModel, specificationModel)
|
|
|
- .eq(TrialSelfInspectionRecord::getId, dto.getId()));
|
|
|
+ .eq(TrialSelfInspectionRecord::getId, record.getId()));
|
|
|
}
|
|
|
// ---- 修改样品单号信息 --------
|
|
|
if(Func.isNotEmpty(dto.getEntrustId())){
|