|
@@ -174,6 +174,7 @@ public class NoCarController {
|
|
|
public RespR findBillWayCust(Page page, NoCarWayBill noCarWayBill) {
|
|
|
try {
|
|
|
setTimeDue2(noCarWayBill);
|
|
|
+ setBillNums(noCarWayBill);
|
|
|
noCarWayBill.setBatchNum("1");
|
|
|
RespR respR = new RespR(noCarBillWayService.findByPageAndWayBill(page, noCarWayBill));
|
|
|
return respR;
|