项目确认添加适用认证

This commit is contained in:
zhangjun
2022-09-22 20:36:00 +08:00
parent 13c8fb50b0
commit 26905d00fb
2 changed files with 4 additions and 0 deletions
@@ -90,6 +90,7 @@ public class SarStandardsInfoEOPage extends BasePage {
private String orderByA = "";
private String orderBy1 = "SAR_STANDARDS_INFO.issue_time";
private String order1 = "";
private String syzd = "";
// syncParam == sync
private String syncParam;
@@ -1121,6 +1121,9 @@
<if test="page.applyArctic != null and page.applyArctic != ''">
and SAR_STAND_ATTR_INFO.CLLX = #{page.applyArctic}
</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 != ''">
and (${page.advanceSearchStr})
</if>