标签-文档拆分修改
This commit is contained in:
+1
-3
@@ -40,10 +40,8 @@
|
|||||||
left join onl_cgform_area as a on f.show_area=a.id
|
left join onl_cgform_area as a on f.show_area=a.id
|
||||||
where f.is_delete=0
|
where f.is_delete=0
|
||||||
and i.dict_id="1493098515761917954"
|
and i.dict_id="1493098515761917954"
|
||||||
|
and f.is_model=#{params.isModel}
|
||||||
|
|
||||||
<if test="params.isModel != null and params.isModel != ''">
|
|
||||||
and f.is_model=#{params.isModel}
|
|
||||||
</if>
|
|
||||||
<!--切换数据成英文-->
|
<!--切换数据成英文-->
|
||||||
<!-- <choose>
|
<!-- <choose>
|
||||||
<when test="params.dbFieldTxt != null and params.dbFieldTxt != ''">
|
<when test="params.dbFieldTxt != null and params.dbFieldTxt != ''">
|
||||||
|
|||||||
Reference in New Issue
Block a user