1.系统业务管理增加提交保存时防止重复提交的处理
2.系统业务列表按serviceId升序排序
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
<if test="serviceIdPre != null">
|
||||
and service_id like concat(#{serviceIdPre}, '%')
|
||||
</if>
|
||||
order by ssi.service_id asc
|
||||
</select>
|
||||
|
||||
<select id="get" resultMap="systemServiceInfoMap">
|
||||
|
||||
Reference in New Issue
Block a user