king
2024-02-20 c0e017668d780c40f85230f227ea0160b5d22d4d
src/tabviews/custom/components/module/account/index.jsx
@@ -135,12 +135,12 @@
      LText: `delete  tmp_session_show_key where createuserid='${userid}' and key_type='fcc_years'
        insert into tmp_session_show_key ( key_id,key_type,createuserid,CreateUser,CreateStaff) 
        select '${item.id}','fcc_years','${userid}','${sid}','${sessionStorage.getItem('Full_Name') || ''}'`,
      exec_type: 'y'
      exec_type:  window.GLOB.execType || 'y'
    }
    param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
    param.secretkey = Utils.encrypt('', param.timestamp)
    param.LText = Utils.formatOptions(param.LText)
    param.LText = Utils.formatOptions(param.LText, param.exec_type)
    Api.genericInterface(param).then(res => {
      if (!res.status) {