标准发布日期查询
This commit is contained in:
+1
-1
@@ -503,7 +503,7 @@
|
|||||||
and SAR_STANDARDS_INFO.STAND_YEAR = #{standYear}
|
and SAR_STANDARDS_INFO.STAND_YEAR = #{standYear}
|
||||||
</if>
|
</if>
|
||||||
<if test="issueTime != null and issueTime != ''">
|
<if test="issueTime != null and issueTime != ''">
|
||||||
and SAR_STANDARDS_INFO.ISSUE_TIME = #{issueTime}
|
and DATE_FORMAT(SAR_STANDARDS_INFO.ISSUE_TIME ,'%Y-%m-%d') = #{issueTime}
|
||||||
</if>
|
</if>
|
||||||
<!--内容摘要-->
|
<!--内容摘要-->
|
||||||
<if test="synopsis != null and synopsis != ''" >
|
<if test="synopsis != null and synopsis != ''" >
|
||||||
|
|||||||
Reference in New Issue
Block a user