ljx 4 年之前
父节点
当前提交
874249500a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/CostCostingGroupMapper.xml

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

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