Ver código fonte

费用申请

ly 10 meses atrás
pai
commit
83185ce73f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/mapper/StaBudgetapprovalDao.xml

+ 1 - 1
src/main/resources/mapper/StaBudgetapprovalDao.xml

@@ -483,7 +483,7 @@
483 483
             and b.NF = #{nf}
484 484
         </if>
485 485
         <if test="xmmc != null and xmmc != ''">
486
-            and b.XMMC = #{xmmc}
486
+            and b.XMMC like '%'+#{xmmc}+'%'
487 487
         </if>
488 488
         <choose>
489 489
             <when test="sortName != null and sortName != '' and sortOrder != null and sortOrder != ''">