Authored by zhengwen.ge

公共推送

... ... @@ -5,9 +5,9 @@ package com.yoho.unions.common.enums;
*/
public enum UnionTypeStatusEnum {
OPEN("0"),
OPEN("1"),
CLOSE("1");
CLOSE("0");
private String status;
... ...
... ... @@ -17,7 +17,7 @@
<select id="selectAll" resultMap="BaseResultMap" >
select
<include refid="Base_Column_List" />
from union_type
from union_type_manage
</select>
<!--<select id="selectByUnionType" resultMap="BaseResultMap" parameterType="java.lang.Integer">
SELECT <include refid="Base_Column_List" />
... ...
... ... @@ -33,5 +33,6 @@ datasources:
daos:
- com.yoho.unions.dal.IUserOrdersDAO
- com.yoho.unions.dal.IUnionTypeDAO
- com.yoho.unions.dal.IUnionTypeManageDAO
readOnlyInSlave: true
\ No newline at end of file
... ...
... ... @@ -34,5 +34,5 @@ datasources:
daos:
- com.yoho.unions.dal.IUserOrdersDAO
- com.yoho.unions.dal.IUnionTypeDAO
- com.yoho.unions.dal.IUnionTypeManageDAO
readOnlyInSlave: true
\ No newline at end of file
... ...