制作物料英文描述

This commit is contained in:
10001392 2024-09-14 11:19:43 +08:00
parent 7abe7e7255
commit d8863e6b40
1 changed files with 1 additions and 1 deletions

View File

@ -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},'%')