Commit 10a99705 by jinfeng.wang

fix

parent 77ab7b5c
......@@ -13,6 +13,7 @@ import org.apache.ibatis.annotations.Update;
/**
* @author wangjf
*/
public interface UserDao {
@Insert("REPLACE INTO user(user_id,user_name,password,state,role,update_time,count) VALUES(#{userId},#{userName},#{password},#{state},#{role},#{updateTime},${count})")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment