Commit 9188b0cc by zhiwj

status修改成deleteFlag

parent 44eb44ba
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</resultMap> </resultMap>
<sql id="Base_Column_List"> <sql id="Base_Column_List">
problem_reply_id, enterprise_id, problem_id, replyer_type, reply_content, ecu_id, problem_reply_id, enterprise_id, problem_id, replyer_type, reply_content, ecu_id,
acu_id, member_id, member_name, member_img_url, user_id, user_name, status, create_time, acu_id, member_id, member_name, member_img_url, user_id, user_name, delete_flag, create_time,
update_time update_time
</sql> </sql>
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap"> <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment