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}
         </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