企业列表出来了
parent
006a440f45
commit
df7e949caf
|
@ -185,14 +185,7 @@
|
||||||
<workItem from="1725706338514" duration="6144000" />
|
<workItem from="1725706338514" duration="6144000" />
|
||||||
<workItem from="1725757403389" duration="14577000" />
|
<workItem from="1725757403389" duration="14577000" />
|
||||||
<workItem from="1725794176067" duration="10803000" />
|
<workItem from="1725794176067" duration="10803000" />
|
||||||
<workItem from="1725842458564" duration="401000" />
|
<workItem from="1725842458564" duration="703000" />
|
||||||
</task>
|
|
||||||
<task id="LOCAL-00019" summary="初始化">
|
|
||||||
<created>1724913131254</created>
|
|
||||||
<option name="number" value="00019" />
|
|
||||||
<option name="presentableId" value="LOCAL-00019" />
|
|
||||||
<option name="project" value="LOCAL" />
|
|
||||||
<updated>1724913131254</updated>
|
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00020" summary="初始化">
|
<task id="LOCAL-00020" summary="初始化">
|
||||||
<created>1724915022951</created>
|
<created>1724915022951</created>
|
||||||
|
@ -530,7 +523,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1725804923135</updated>
|
<updated>1725804923135</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="68" />
|
<task id="LOCAL-00068" summary="企业列表出来了">
|
||||||
|
<created>1725843001893</created>
|
||||||
|
<option name="number" value="00068" />
|
||||||
|
<option name="presentableId" value="LOCAL-00068" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1725843001893</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="69" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
|
|
@ -70,9 +70,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</trim>
|
</trim>
|
||||||
where sys_id = #{sysId}
|
where sys_id = #{sysId}
|
||||||
</update>
|
</update>
|
||||||
<update id="updateCreateByUserId">
|
<insert id="updateCreateByUserId">
|
||||||
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (#{userId}, 6);
|
INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (#{userId}, 6);
|
||||||
</update>
|
</insert>
|
||||||
|
|
||||||
<delete id="deleteSysApitypeBySysId" parameterType="Long">
|
<delete id="deleteSysApitypeBySysId" parameterType="Long">
|
||||||
delete from sys_apitype where sys_id = #{sysId}
|
delete from sys_apitype where sys_id = #{sysId}
|
||||||
|
|
Loading…
Reference in New Issue