Commit c1a15c52 by zhiheng.zhang

小片打印添加默认值

parent b6132667
......@@ -919,6 +919,7 @@ public class OrderSdkAdapter {
if(null != productList && productList.size() >0) {
for (QueryOrdersResponse.DataBean.OrderBean.ProductBean sendProductBean : productList) {
sendProductBean.setIsPrint(false);
if(sendProductBean.getIsSendGoods() && StringUtils.isBlank(sendProductBean.getOriginalGoodsUid())){
sendProductBean.setIsPrint(true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment