|
@ -6,7 +6,6 @@ import com.ekexiu.project.bridge.system.po.User;
|
6
|
6
|
import org.jfw.apt.annotation.Nullable;
|
7
|
7
|
import org.jfw.apt.orm.annotation.dao.Batch;
|
8
|
8
|
import org.jfw.apt.orm.annotation.dao.DAO;
|
9
|
|
import org.jfw.apt.orm.annotation.dao.Dynamic;
|
10
|
9
|
import org.jfw.apt.orm.annotation.dao.method.Exclude;
|
11
|
10
|
import org.jfw.apt.orm.annotation.dao.method.From;
|
12
|
11
|
import org.jfw.apt.orm.annotation.dao.method.IncludeFixSet;
|
|
@ -48,7 +47,6 @@ public interface UserDao {
|
48
|
47
|
|
49
|
48
|
@Update
|
50
|
49
|
@Exclude({"passwd","active"})
|
51
|
|
@Dynamic
|
52
|
50
|
int update(Connection con, User user) throws SQLException;
|
53
|
51
|
|
54
|
52
|
@UpdateWith
|