#
zhou zhou
2026-01-05 b4a8d50e3d97fc9e893b554a60134e4eceb012eb
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -26,6 +26,9 @@
         or bname like '%' + #{maktx} + '%'
         )
      </if>
        <if test="mnemonic!=null and mnemonic != ''">
         and mnemonic like '%' + #{mnemonic} + '%'
      </if>
      <if test="begin_date!=null and begin_date!='' ">
         <![CDATA[
         and io_time >= #{begin_date}