src/menu/datasource/verifycard/utils.jsx
@@ -9,7 +9,7 @@ * @return {Object} setting 页面设置 * @return {Array} columns 显示字段 */ static getDebugSql (setting, scripts, columns, searches = [], type) { static getDebugSql (setting, scripts, columns, searches = [], type, hasExtend) { let sql = '' let error = '' let _dataresource = '' @@ -79,6 +79,9 @@ regs.push({reg: /@works_flow_code@/ig, value: `'${getuuid()}'`}) } if (hasExtend) { regs.push({reg: /@mk_time@/ig, value: '2024-04-29 17:20:00'}) } if (type === 'calendar') { regs.push({reg: /@mk_year@/ig, value: '2024'}) }