yumeng 2 년 전
부모
커밋
0a8f9c6f12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/com/ctop/material/mapper/xml/MaterialUploadTaskMapper.xml

+ 1 - 1
src/main/java/cn/com/ctop/material/mapper/xml/MaterialUploadTaskMapper.xml

@@ -109,6 +109,6 @@
 	    t1.account_id = #{accountId}
     </select>
     <select id="getProjectIdByAccoubt" resultType="java.lang.Long" parameterType="java.lang.Long">
-        select project_id  from ctop_user_allocation where account_id = #{accountId} limt 1
+        select project_id  from ctop_user_allocation where account_id = #{accountId} limit 1
     </select>
 </mapper>