feat: 处理国标列表页、海外标准列表页、企业标准列表页查询。
This commit is contained in:
+5
@@ -2311,6 +2311,11 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
||||
private void jointSelectCondition(List<LawsTag> fieldList, StringBuilder selectCondition, String key, String value, String tableName) {
|
||||
for (LawsTag lawsTag : fieldList) {
|
||||
String dbFieldName = lawsTag.getDbFieldName();
|
||||
if (Objects.equals(key, "standard_state")) {
|
||||
// 多选
|
||||
manyOption(selectCondition, key, value);
|
||||
return;
|
||||
}
|
||||
if (Objects.equals(key, dbFieldName)) {
|
||||
String fieldShowType = lawsTag.getFieldShowType();
|
||||
if (FieldCommon.TYPE_LIKE.contains(fieldShowType)) {
|
||||
|
||||
Reference in New Issue
Block a user