ljx 4 rokov pred
rodič
commit
874249500a

+ 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