Commit 124e7afa by zhiwj

status修改成deleteFlag

parent 9188b0cc
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_problem_reply from tab_problem_reply
where problem_id = #{problemId} where problem_id = #{problemId}
and deleteFlag = 0 and delete_flag = 0
</select> </select>
<select id="firstReplyByProblemId" resultMap="BaseResultMap"> <select id="firstReplyByProblemId" resultMap="BaseResultMap">
SELECT SELECT
......
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