Commit eed6b8ad authored by ml's avatar ml

修改

parent df4d607f
......@@ -135,6 +135,8 @@ export async function apply(pairApplyVO: PairApplyVO, currentUser: any, ip: stri
pairApplyVO.status = PAIR_APPLY_STATUS.WAIT_VIEW;
pairApplyVO.createdAt = new Date();
pairApplyVO.updatedAt = new Date();
pairApplyVO.is_active = 0;
pairApplyVO.is_hide = 0;
if (Number(pairApplyVO.id) > 0) {//update
let dbApply = await exPairApply.prototype.findOne({
where: { id: pairApplyVO.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