yumeng há 2 anos atrás
pai
commit
0a8f9c6f12

+ 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>