Commit f717bf6b by chenjinjing

no message

parent 1d4173a0
...@@ -22,7 +22,7 @@ async function lanuch() { ...@@ -22,7 +22,7 @@ async function lanuch() {
await initAdmin(); await initAdmin();
await initSystemTask(); await initSystemTask();
await initActivity(); await initActivity();
await initSaveUnsubmitted(); // await initSaveUnsubmitted();
// await test1(); // await test1();
// await inputData(); 20240520日导入数据 // await inputData(); 20240520日导入数据
......
...@@ -22,7 +22,7 @@ import * as asyncHandler from 'express-async-handler'; ...@@ -22,7 +22,7 @@ import * as asyncHandler from 'express-async-handler';
import { payCallback } from "../biz/member/cost"; import { payCallback } from "../biz/member/cost";
import { checkUser } from "../middleware/user"; import { checkUser } from "../middleware/user";
const Look = true;//true更新文档 const Look = false;//true更新文档
export async function setRouter(httpServer){ export async function setRouter(httpServer){
if (Look) { if (Look) {
......
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