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>
|
<sql id="where_time"></sql>
|
||||||
|
|
||||||
<select id="getList" resultType="com.nflg.product.material.pojo.vo.MaterialAttrValueI18n21VO">
|
<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>
|
<where>
|
||||||
<if test="query.attrValueCn!=null and query.attrValueCn!=''">
|
<if test="query.attrValueCn!=null and query.attrValueCn!=''">
|
||||||
and attr_value_cn like concat('%',#{query.attrValueCn},'%')
|
and attr_value_cn like concat('%',#{query.attrValueCn},'%')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue