Commit 34150cc2 by Sxy

fix: 交付单查询方案信息

parent 48b2daa8
...@@ -131,7 +131,7 @@ class DeliverybillService extends ServiceBase { ...@@ -131,7 +131,7 @@ class DeliverybillService extends ServiceBase {
} }
if (deliverData.scheme_number) { if (deliverData.scheme_number) {
let schemeData = await this.fitaxschemeDao.findOne({ let schemeData = await this.fitaxschemeDao.findOne({
solution_bizid: deliverData.scheme_number solution_bizid: deliverData.scheme_number.replace(/_book/g, "")
}); });
if (schemeData) { if (schemeData) {
result.schemeData = { result.schemeData = {
......
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