瀏覽代碼

Merge branch 'master' of huangrui/CostAccount into dev

lijiaxi 4 年之前
父節點
當前提交
e8339fcbb1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/CostCostingGroupMapper.xml

+ 2 - 2
src/main/resources/mapper/CostCostingGroupMapper.xml

@@ -82,7 +82,7 @@
             and ccg.responsibility_code = #{responsibilityCode}
         </if>
         <if test="accountCode != null and accountCode != ''">
-            and ccg.account_code #{accountCode}
+            and ccg.account_code = #{accountCode}
         </if>
         and sd.delete_time = 0
         and cr.delete_time = 0
@@ -105,7 +105,7 @@
             and ccg.responsibility_code = #{responsibilityCode}
         </if>
         <if test="accountCode != null and accountCode != ''">
-            and ccg.account_code #{accountCode}
+            and ccg.account_code = #{accountCode}
         </if>
         and cr.delete_time = 0
         and ca.delete_time = 0