Commit 901aa79b by wangweidong

hmhj

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