## 产品列表添加仓储编号显示及查询条件;
This commit is contained in:
parent
ff4a973a08
commit
a45391d798
|
@ -429,7 +429,7 @@
|
|||
<select id="listProductShippingDetail" resultType="com.hzs.report.member.vo.ProductShippingDetailsVO">
|
||||
select #{param.wmsCode} wmsCode,
|
||||
soi.pk_product,
|
||||
so.order_type,
|
||||
so.order_type specialArea,
|
||||
soi.is_maker_gift,
|
||||
sum(soi.quantity) quantity
|
||||
from sa_order so
|
||||
|
|
|
@ -38,7 +38,7 @@ public enum EWaresType {
|
|||
private final String label;
|
||||
|
||||
public static String getLabelByValue(Integer value) {
|
||||
if (null != value) {
|
||||
if (null == value) {
|
||||
return "";
|
||||
}
|
||||
for (EWaresType enums : EWaresType.values()) {
|
||||
|
|
Loading…
Reference in New Issue