fix(hjgl): 修复焊口打印与防腐数据处理
This commit is contained in:
@@ -137,9 +137,9 @@ namespace BLL
|
||||
/// <summary>
|
||||
/// 按材料编码获取防腐检查记录
|
||||
/// </summary>
|
||||
public static List<Model.AntiCorrosionCheckRecordItem> GetAntiCorrosionChecksByMaterialCode(string materialCode, string projectId)
|
||||
public static List<Model.AntiCorrosionCheckRecordItem> GetAntiCorrosionChecksByMaterialCode(string barCode, string projectId)
|
||||
{
|
||||
return PreWeldInspectionService.GetAntiCorrosionChecksByMaterialCode(materialCode, projectId);
|
||||
return PreWeldInspectionService.GetAntiCorrosionChecksByMaterialCode(barCode, projectId);
|
||||
}
|
||||
/// <summary>
|
||||
/// 按焊口获取防腐检查记录列表
|
||||
|
||||
Reference in New Issue
Block a user