疑难杂症
This commit is contained in:
@@ -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)) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user