feat: There is no way the,
This commit is contained in:
+3
-3
@@ -995,9 +995,9 @@
|
|||||||
<if test="mark == 999 ">
|
<if test="mark == 999 ">
|
||||||
and sar_standards_info.ID in (select distinct stand_id from sar_stand_items)
|
and sar_standards_info.ID in (select distinct stand_id from sar_stand_items)
|
||||||
</if>
|
</if>
|
||||||
<if test='page.orderByA != null and page.orderByA != "" and page.order1 != null and page.order1 != ""
|
<if test='(page.orderByA != null and page.orderByA != "" and page.order1 != null and page.order1 != "")
|
||||||
and page.standType != null and page.standType != "" '>
|
or (page.standType != null and page.standType != "") '>
|
||||||
<include refid="standSort_in"/>
|
<include refid="standSort_in"/>
|
||||||
</if>
|
</if>
|
||||||
limit ${page.pager.startIndex-1},${page.pageSize}
|
limit ${page.pager.startIndex-1},${page.pageSize}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user