标准发布日期查询

This commit is contained in:
zhaokaiyao@91isoft.com
2021-10-21 18:25:14 +08:00
parent 0ee4f63614
commit ed1762a7ec
@@ -503,7 +503,7 @@
and SAR_STANDARDS_INFO.STAND_YEAR = #{standYear}
</if>
<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 test="synopsis != null and synopsis != ''" >