feat(ebom): sap排序字符串优化
This commit is contained in:
parent
e47968dbc3
commit
d09db40c8c
|
|
@ -58,6 +58,9 @@ public class BomUtil {
|
||||||
orderNum = "0040";
|
orderNum = "0040";
|
||||||
} else {
|
} else {
|
||||||
orderNum = "0099";
|
orderNum = "0099";
|
||||||
|
if (StrUtil.isNotBlank(categoryCode) && categoryCode.length() > 6) {
|
||||||
|
categoryCode = categoryCode.substring(0, 6);
|
||||||
|
}
|
||||||
if (StrUtil.equals(categoryCode, "100101")) {
|
if (StrUtil.equals(categoryCode, "100101")) {
|
||||||
orderNum = "0010";
|
orderNum = "0010";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue