Commit 901aa79b by wangweidong

hmhj

parent 743e734b
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#{sampleId} #{sampleId}
</foreach> </foreach>
</if> </if>
GROUP BY name GROUP BY name ORDER BY name
</select> </select>
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
</if> </if>
AND i.company_id = #{vo.companyId} AND i.company_id = #{vo.companyId}
</where> </where>
ORDER BY i.name,s.code
</select> </select>
<select id="selectVOList" resultType="com.patzn.cloud.service.hmhj.vo.EntrustSampleItemVO"> <select id="selectVOList" resultType="com.patzn.cloud.service.hmhj.vo.EntrustSampleItemVO">
......
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