zss
20 小时以前 ba13360eab05988a902ddb3196b5ffda55d7fd1c
src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml
@@ -109,7 +109,7 @@
             )as a
        <where>
            <if test="month != null">
                and a.month = date_format(#{month})
                and a.month = #{month}
            </if>
        </where>
@@ -140,4 +140,4 @@
#         GROUP BY DATE_FORMAT(a.issue_date, '%Y-%m')
    </select>
</mapper>
</mapper>