Merge remote-tracking branch 'origin/master-hlq20240912en' into test

This commit is contained in:
10001392 2024-09-14 11:20:17 +08:00
commit 011fa21d25
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<sql id="where_time"></sql>
<select id="getList" resultType="com.nflg.product.material.pojo.vo.MaterialAttrValueI18n21VO">
select * from t_material_attr_value_i18n_21 where 1=1
select * from t_material_attr_value_i18n_21
<where>
<if test="query.attrValueCn!=null and query.attrValueCn!=''">
and attr_value_cn like concat('%',#{query.attrValueCn},'%')