1、若干个细节修改;2、更新SQL脚本,t_dict_key 的 key_code 值错误

This commit is contained in:
zhoumingfa
2025-03-28 21:19:27 +08:00
parent 5fb1456080
commit b72f58a0bb
12 changed files with 17 additions and 28 deletions

View File

@@ -204,7 +204,7 @@ CREATE TABLE `t_dict_key` (
-- ----------------------------
-- Records of t_dict_key
-- ----------------------------
INSERT INTO `t_dict_key` VALUES (1, 'GODOS_PLACE', '商品产地', '商品产地的字典', 0, '2022-10-04 21:33:50', '2022-10-04 21:33:50');
INSERT INTO `t_dict_key` VALUES (1, 'GOODS_PLACE', '商品产地', '商品产地的字典', 0, '2022-10-04 21:33:50', '2022-10-04 21:33:50');
-- ----------------------------
-- Table structure for t_dict_value