Showing
1 changed file
with
1 additions
and
0 deletions
@@ -164,6 +164,7 @@ public class DepositServiceImpl implements DepositService { | @@ -164,6 +164,7 @@ public class DepositServiceImpl implements DepositService { | ||
164 | } else { | 164 | } else { |
165 | bo.setButtons(Arrays.asList(ButtonShowBo.detail())); | 165 | bo.setButtons(Arrays.asList(ButtonShowBo.detail())); |
166 | } | 166 | } |
167 | + bo.setOrderCode(depo.getOrderCode()); | ||
167 | result.add(bo); | 168 | result.add(bo); |
168 | } | 169 | } |
169 | PageResp resp = new PageResp(); | 170 | PageResp resp = new PageResp(); |
-
Please register or login to post a comment