Commit f8c1228f by 王昆

gsb

parent bc7dd9cd
......@@ -67,6 +67,8 @@ module.exports = (db, DataTypes) => {
commonOtherLadder: DataTypes.STRING(1000),
specialTaxLadder: DataTypes.STRING(1000),
specialOtherLadder: DataTypes.STRING(1000),
serviceBeginTime: DataTypes.DATE,
serviceEndTime: DataTypes.DATE,
signTime: DataTypes.DATE,
......
......@@ -12,6 +12,7 @@ module.exports = (db, DataTypes) => {
idcard: DataTypes.STRING(20),
idcardFront: DataTypes.STRING(300),
idcardBack: DataTypes.STRING(300),
orderpay_id: DataTypes.STRING(32),
bankNo: DataTypes.STRING(30),
bank: DataTypes.STRING(200),
......
......@@ -273,7 +273,7 @@ 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, ";
var condition = {
creditCodes: params.creditCodes,
......
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