疑难杂症

This commit is contained in:
张江玮
2022-11-12 16:06:55 +08:00
parent 283e5ba61e
commit 02dc9d35e2
2 changed files with 2 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ public class StructFindUtil {
String lineMaterialCode = line.getString("material_code");
// 先匹配类型
if (StrUtil.isNotEmpty(lineMaterialType)
&& !StrUtil.equals(lineMaterialType, "0")
&& !StrUtil.equals(lineMaterialType, "0")
&& StrUtil.equals(materialType, lineMaterialType)) {
// 如果规定了特定类型 且 物料类型和特定类型不一致 下一轮循环
if (StrUtil.isNotEmpty(lineMaterialCode) && !StrUtil.equals(lineMaterialCode, "0") && !StrUtil.equals(materialCode, lineMaterialCode)) {

View File

@@ -280,6 +280,7 @@ IF 输入.flag = "9"
point.point_name AS struct_name,
point.vehicle_code,
ivt.canuse_qty,
ivt.is_full,
ruledis.out_seq_no,
material.material_id,
material.material_code,