Commit 80c2e14c0569264d0ae319c04cb4ec785a4570cc
1 parent
ee05644d
立库区常量l改成大写
Showing
1 changed file
with
1 additions
and
1 deletions
huaheng-wms-core/src/main/java/org/jeecg/utils/constant/QuantityConstant.java
... | ... | @@ -648,7 +648,7 @@ public class QuantityConstant { |
648 | 648 | public static final String ZONE_RECEIVE = "R"; |
649 | 649 | |
650 | 650 | /** 库区类型,立库区 */ |
651 | - public static final String ZONE_TYPE_STEREOSCOPIC = "l"; | |
651 | + public static final String ZONE_TYPE_STEREOSCOPIC = "L"; | |
652 | 652 | /** 库区类型,收货区 */ |
653 | 653 | public static final String ZONE_TYPE_RECEIVE = "S"; |
654 | 654 | /** 库区类型,平库区 */ |
... | ... |