Commit 2e0b35b0 by 孙亚楠

d

parent 609979b4
...@@ -240,10 +240,10 @@ class BpoSDPJApi { ...@@ -240,10 +240,10 @@ class BpoSDPJApi {
mchtId: this.trim(obj.mchtId), mchtId: this.trim(obj.mchtId),
})||{}; })||{};
let epr = {};
if(_cCashInfo.ecid){ if(_cCashInfo.ecid){
let epr = await this.etemplateSve.allByEcid(_cCashInfo.ecid) || {}; epr = await this.etemplateSve.allByEcid(_cCashInfo.ecid) || {};
} }
let resData = { let resData = {
id_name:_cCashInfo.id_name, id_name:_cCashInfo.id_name,
id_no:_cCashInfo.id_no, id_no:_cCashInfo.id_no,
......
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