Commit 6a845b9d by Huang Linyu

修复下单时,amount=0的问题

parent 7a38fb00
......@@ -394,10 +394,11 @@ public class VoucherService {
}
}
vo.doExecuteNullField();
result.add(vo);
}
}
vo.doExecuteNullField();
result.add(vo);
}
}
pagedResponseBean.setResult(result);
......
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 sign in to comment