|
|
@ -94,7 +94,7 @@ public interface ProcessDefinitionMapper { |
|
|
|
@Result(property = "locations", column = "locations", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "locations", column = "locations", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "connects", column = "connects", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "connects", column = "connects", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = String.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = Integer.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "receivers", column = "receivers", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "receivers", column = "receivers", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "receiversCc", column = "receivers_cc", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
@Result(property = "receiversCc", column = "receivers_cc", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
|
|
|
|
|
|
|
@ -122,7 +122,7 @@ public interface ProcessDefinitionMapper { |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "locations", column = "locations", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "locations", column = "locations", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "connects", column = "connects", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "connects", column = "connects", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = String.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = Integer.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
}) |
|
|
|
}) |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryByDefineName") |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryByDefineName") |
|
|
@ -159,7 +159,7 @@ public interface ProcessDefinitionMapper { |
|
|
|
@Result(property = "updateTime", column = "update_time", javaType = Timestamp.class, jdbcType = JdbcType.DATE), |
|
|
|
@Result(property = "updateTime", column = "update_time", javaType = Timestamp.class, jdbcType = JdbcType.DATE), |
|
|
|
@Result(property = "flag", column = "flag", typeHandler = EnumOrdinalTypeHandler.class, javaType = Flag.class, jdbcType = JdbcType.TINYINT), |
|
|
|
@Result(property = "flag", column = "flag", typeHandler = EnumOrdinalTypeHandler.class, javaType = Flag.class, jdbcType = JdbcType.TINYINT), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = String.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = Integer.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
}) |
|
|
|
}) |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryAllDefinitionList") |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryAllDefinitionList") |
|
|
@ -186,7 +186,7 @@ public interface ProcessDefinitionMapper { |
|
|
|
@Result(property = "flag", column = "flag", typeHandler = EnumOrdinalTypeHandler.class, javaType = Flag.class, jdbcType = JdbcType.TINYINT), |
|
|
|
@Result(property = "flag", column = "flag", typeHandler = EnumOrdinalTypeHandler.class, javaType = Flag.class, jdbcType = JdbcType.TINYINT), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "scheduleReleaseState", column = "schedule_release_state", typeHandler = EnumOrdinalTypeHandler.class, javaType = ReleaseState.class, jdbcType = JdbcType.TINYINT), |
|
|
|
@Result(property = "scheduleReleaseState", column = "schedule_release_state", typeHandler = EnumOrdinalTypeHandler.class, javaType = ReleaseState.class, jdbcType = JdbcType.TINYINT), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = String.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = Integer.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
}) |
|
|
|
}) |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryDefineListPaging") |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryDefineListPaging") |
|
|
@ -215,7 +215,7 @@ public interface ProcessDefinitionMapper { |
|
|
|
@Result(property = "locations", column = "locations", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "locations", column = "locations", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "connects", column = "connects", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "connects", column = "connects", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "userName", column = "user_name", javaType = String.class, jdbcType = JdbcType.VARCHAR), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = String.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "timeout", column = "timeout", javaType = Integer.class, jdbcType = JdbcType.INTEGER), |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
@Result(property = "projectName", column = "project_name", javaType = String.class, jdbcType = JdbcType.VARCHAR) |
|
|
|
}) |
|
|
|
}) |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryDefinitionListByIdList") |
|
|
|
@SelectProvider(type = ProcessDefinitionMapperProvider.class, method = "queryDefinitionListByIdList") |
|
|
|