|
async _checkNo(pid, detailId, checkData, times) {
|
|
async _checkNo(pid, detailId, checkData, times) {
|
|
const audit = await this.getDataByCondition({ td_id: detailId, times, status: auditConst.status.checking });
|
|
const audit = await this.getDataByCondition({ td_id: detailId, times, status: auditConst.status.checking });
|