Commit d0a79c0f by wuchengwu

统计分析透视

parent efadc459
......@@ -14,11 +14,9 @@
AND asj.LARQ = to_date(#{wnsj, jdbcType=VARCHAR},'yyyy-mm')
</if>
<if test="jabz!=null and jabz!='' and jabz == '1'.toString()"><!--破现案查询-->
and to_char(asj.LARQ,'yyyy-mm-dd')=to_char(asj.ZCZJ_ZXSJ01,'yyyy-mm-dd')
</if>
<if test="jabz!=null and jabz!='' and jabz == '1'.toString()"><!--破现案查询-->
and to_char(asj.LARQ,'yyyy-mm-dd')=to_char(asj.ZCZJ_ZXSJ01,'yyyy-mm-dd')
and to_char(asj.LARQ,'yyyy')=to_char(asj.ZCZJ_ZXSJ01,'yyyy')
</if>
</sql>
<sql id="aj-condition">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment