Commit 34a670bd authored by 徐俊's avatar 徐俊

xujun

parent a1924e46
......@@ -13,7 +13,7 @@
<select id="getListByExpertId" parameterType="java.lang.String" resultType="com.yiboshi.science.param.dto.ComExpertSpecDTO">
SELECT a.spec_id,b.name specName
FROM com_expert_spec a
left join system_parameter b on a.spec_id=b.id and b.type_id=42
left join system_parameter b on a.spec_id=b.id and b.type_id=57
where expert_id=#{expertId}
</select>
<select id="getExpertListBySpecId" resultType="com.yiboshi.science.param.dto.ComExpertDTO">
......
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