maven
4 天以前 d0a809ce7f0b729552f77cb32e22b506f8234b79
src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml
@@ -112,7 +112,7 @@
             )as a
        <where>
            <if test="month != null">
                and a.month = date_format(#{month})
                and a.month = #{month}
            </if>
        </where>
@@ -143,4 +143,4 @@
#         GROUP BY DATE_FORMAT(a.issue_date, '%Y-%m')
    </select>
</mapper>
</mapper>