From 0c911e66c760c64bfed2e1c307e70f682403a50d Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期四, 27 七月 2023 11:16:23 +0800 Subject: [PATCH] 1、修改fegin根据英文名称批量查询对象接口无法调通问题。 2、修改条件拼接没有加‘’问题。 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java index 02c3ee5..abccfd4 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeRule.java @@ -66,4 +66,9 @@ @NotBlank(message = "瑙勫垯渚濇嵁涓嶈兘涓虹┖") private String accordingTo; + /** + * 鍩虹鐮佹鐨勭爜娈电被鍨嬮『搴忔嫾鎺ヨ�屾垚鐨勫瓧绗︿覆 + */ + private String basicSecTypes; + } -- Gitblit v1.9.3