Commit 94e5550a by 孙亚楠

dd

parent 607e3516
...@@ -3,12 +3,7 @@ const Dao = require("../../dao.base"); ...@@ -3,12 +3,7 @@ const Dao = require("../../dao.base");
const moment = require("moment"); const moment = require("moment");
class IInvoiceDao extends Dao { class IInvoiceDao extends Dao {
constructor() { constructor() {
<<<<<<< HEAD
super(Dao.getModelName(InvoiceDao));
// this.tableName = this.model.tableName;
=======
super(Dao.getModelName(IInvoiceDao)); super(Dao.getModelName(IInvoiceDao));
>>>>>>> f460c0de7754b2fe93251b14723661f33e7fb373
} }
async findByChannelAndApplyNo(channel_id,apply_no){ async findByChannelAndApplyNo(channel_id,apply_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