标签内容修改
This commit is contained in:
+6
-9
@@ -41,24 +41,21 @@
|
||||
where f.cgform_head_id="48308196e7b04761b533dc31bc899707"
|
||||
and f.is_delete=0
|
||||
and i.dict_id=1493098515761917954
|
||||
<!--<choose>
|
||||
<when test="params.cut='cn' ">
|
||||
<if test="params.dbFieldTxt != null and params.dbFieldTxt != ''">
|
||||
<choose>
|
||||
<when test="params.dbFieldTxt != null and params.dbFieldTxt != ''">
|
||||
<if test='params.cut="cn"'>
|
||||
and f.db_field_txt like concat('%',#{params.dbFieldTxt},'%')
|
||||
</if>
|
||||
</when>
|
||||
|
||||
<otherwise>
|
||||
<if test="params.dbFieldTxt != null and params.dbFieldTxt != ''">
|
||||
<if test='params.cut="en"'>
|
||||
and f.db_field_en_name like concat('%',#{params.dbFieldTxt},'%')
|
||||
</if>
|
||||
</otherwise>
|
||||
</choose>-->
|
||||
</when>
|
||||
</choose>
|
||||
|
||||
<if test="params.showArea != null and params.showArea != '' ">
|
||||
and f.show_area like concat('%',#{params.showArea},'%')
|
||||
</if>
|
||||
order by f.create_time desc
|
||||
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user