Browse Source

上传新jar

Administrator 3 months ago
parent
commit
0c12fdc0da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/calculateinfor/MounthAccMapper.xml

+ 1 - 1
src/main/resources/mapper/calculateinfor/MounthAccMapper.xml

@@ -55,6 +55,6 @@
         delete from t_mouth_cal where 1=1
     </delete>
     <delete id="deleteByCompanyName">
-        delete from t_mouth_cal where companyName = #{companyName,jdbcType=VARCHAR}
+        delete from t_mouth_cal where buyerName = #{companyName,jdbcType=VARCHAR}
     </delete>
 </mapper>