瀏覽代碼

费用申请

ly 10 月之前
父節點
當前提交
83185ce73f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 != ''">