zss
11 小时以前 ba13360eab05988a902ddb3196b5ffda55d7fd1c
增值税比对--筛选日期展示记录不符
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/purchase/InvoicePurchaseMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>