|
@@ -9,7 +9,7 @@
|
|
|
INSERT INTO t_business_system
|
|
|
(system_name,login_address,login_account,password,system_category,
|
|
|
login_mode,interface_url,system_img,create_time,voice,voice_event, sortno,
|
|
|
- office_id, org_type, grade_eval, eval_time, show_auxiliary_terminal)
|
|
|
+ office_id, org_type, grade_eval, eval_time, show_auxiliary_terminal,url)
|
|
|
VALUES(#{systemName},#{loginAddress},#{loginAccount},#{password},#{systemCategory},
|
|
|
#{loginMode},#{InterfaceUrl},#{systemImg},NOW(),#{voice},#{voiceEvent},#{sortno},
|
|
|
#{officeId}, #{orgType}, #{gradeEval}, #{evalTime}, #{showAuxiliaryTerminal}, #{url})
|