XMTT %!s(int64=6) %!d(string=hace) años
padre
commit
c40a0d5e0d

+ 0 - 2
src/main/java/com/ekexiu/project/bridge/system/dao/UserDao.java

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