Commit f70ed4b3 by 王昆

gsb

parent d0717573
......@@ -273,7 +273,8 @@ class BusinessmenService extends ServiceBase {
async getCompleteMapByCreditCodes(params) {
var result = {};
var attrs = "id, creditCode, name, isBank, taxOrg, taxUpType, addValueUpType, costRate, " +
"taxRate, serviceRate,commonTaxLadder,commonOtherLadder,specialTaxLadder,specialOtherLadder, ";
"taxRate, serviceRate,commonTaxLadder,commonOtherLadder,specialTaxLadder,specialOtherLadder, " +
"serviceBeginTime, serviceEndTime";
var condition = {
creditCodes: params.creditCodes,
......@@ -286,6 +287,7 @@ class BusinessmenService extends ServiceBase {
var ids = [];
for (var item of list) {
this.handleDate(item, ["serviceBeginTime", "serviceEndTime"], "YYYY-MM-DD", -8);
ids.push(item.id);
}
......
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