|
|
@ -52,7 +52,7 @@ |
|
|
<!-- 查找具体某个 --> |
|
|
<!-- 查找具体某个 --> |
|
|
<select id="getClassifyById" parameterType="java.lang.Integer" resultType="cn.chjyj.szwh.bean.Classify"> |
|
|
<select id="getClassifyById" parameterType="java.lang.Integer" resultType="cn.chjyj.szwh.bean.Classify"> |
|
|
select <include refid="column"/> |
|
|
select <include refid="column"/> |
|
|
from <include refid="tbname"/> |
|
|
from <include refid="tbName"/> |
|
|
where id=#{id} and is_deleted=0 |
|
|
where id=#{id} and is_deleted=0 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|