yun-zuoyi
陈思洁 6 years ago
commit b6ae6c64ed

@ -896,12 +896,15 @@ public class WmsEnumUtil {
}
public static STOCK_SN_QC_STATUS codeOf(Integer value) {
int tmp = 1;
if (value == null) {
return null;
} else {
for (int i = 0; i < values().length; i++) {
if (values()[i].value == value) {
return values()[i];
}
}
}
return null;
}
}

Loading…
Cancel
Save