|
@@ -334,7 +334,10 @@ public class OwnBillController extends BaseController {
|
|
|
}
|
|
}
|
|
|
zcBillInf.setZbiStatus("00");
|
|
zcBillInf.setZbiStatus("00");
|
|
|
iZcBillInfService.createZcBillInf(zcBillInf);
|
|
iZcBillInfService.createZcBillInf(zcBillInf);
|
|
|
- return R.ok();
|
|
|
|
|
|
|
+ Map res = new HashMap();
|
|
|
|
|
+ //返回账款id
|
|
|
|
|
+ res.put("zbiId", zbiId);
|
|
|
|
|
+ return R.ok(res);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|