Merge remote-tracking branch 'origin/master-hlq20240912en' into test
This commit is contained in:
commit
011fa21d25
|
|
@ -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},'%')
|
||||
|
|
|
|||
Loading…
Reference in New Issue