diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index 4932c713..a9cf9c88 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/dao/CoeCooperationRoleDao.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/dao/CoeCooperationRoleDao.java index c6cd62a1..54c23b80 100644 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/dao/CoeCooperationRoleDao.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/cooperation/dao/CoeCooperationRoleDao.java @@ -253,6 +253,7 @@ public class CoeCooperationRoleDao extends DaoObject { model.setCreateTime(rset.getTimestamp(CoeCooperationRoleModel.CREATETIME)); model.setUpdateUser(rset.getString(CoeCooperationRoleModel.UPDATEUSER)); model.setUpdateTime(rset.getTimestamp(CoeCooperationRoleModel.UPDATETIME)); + model.setIsUser(rset.getInt(CoeCooperationRoleModel.ISUSER)); } catch (Exception e) { e.printStackTrace(); }