2019-06-12.sql 373 B

12345678
  1. insert into frame_dict_name (DICT_NAME, DICT_DESC, MODIFY_FLAG, FRAME_FLAG)
  2. values ('CourseType', '课程类型', 'Active', 'Active');
  3. insert into frame_dict (DICT_NAME, DICT_VALUE, DICT_TEXT, DICT_ORDER)
  4. values ('std_type', '1', '专本衔接', '1');
  5. insert into frame_dict (DICT_NAME, DICT_VALUE, DICT_TEXT, DICT_ORDER)
  6. values ('std_type', '2', '365网络助学', '2');