项目确认添加适用认证
This commit is contained in:
+1
@@ -90,6 +90,7 @@ public class SarStandardsInfoEOPage extends BasePage {
|
|||||||
private String orderByA = "";
|
private String orderByA = "";
|
||||||
private String orderBy1 = "SAR_STANDARDS_INFO.issue_time";
|
private String orderBy1 = "SAR_STANDARDS_INFO.issue_time";
|
||||||
private String order1 = "";
|
private String order1 = "";
|
||||||
|
private String syzd = "";
|
||||||
|
|
||||||
// syncParam == sync
|
// syncParam == sync
|
||||||
private String syncParam;
|
private String syncParam;
|
||||||
|
|||||||
+3
@@ -1121,6 +1121,9 @@
|
|||||||
<if test="page.applyArctic != null and page.applyArctic != ''">
|
<if test="page.applyArctic != null and page.applyArctic != ''">
|
||||||
and SAR_STAND_ATTR_INFO.CLLX = #{page.applyArctic}
|
and SAR_STAND_ATTR_INFO.CLLX = #{page.applyArctic}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="page.syzd != null and page.syzd != ''">
|
||||||
|
and SAR_STAND_ATTR_INFO.SYRZ = #{page.syzd}
|
||||||
|
</if>
|
||||||
<if test="null != page.advanceSearchStr and page.advanceSearchStr != ''">
|
<if test="null != page.advanceSearchStr and page.advanceSearchStr != ''">
|
||||||
and (${page.advanceSearchStr})
|
and (${page.advanceSearchStr})
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user