1
luxiaotao1123
2021-09-24 c63a3e95de481b30c6b954d2a9fa6159fda40bdd
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}