mrzhssss
2021-12-16 04e6352d22eb928700d606bdf4e40e0eb2cfe61b
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}