|
|
@ -52,7 +52,7 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="filterThrGroupInvWarehouse" parameterType="com.glxp.api.req.thrsys.FilterThrDeptRequest"
|
|
|
|
<select id="filterThrGroupInvWarehouse" parameterType="com.glxp.api.req.thrsys.FilterThrDeptRequest"
|
|
|
|
resultType="com.glxp.api.res.thrsys.ThrDeptResponse">
|
|
|
|
resultType="com.glxp.api.entity.thrsys.ThrDeptEntity">
|
|
|
|
SELECT * FROM thr_dept
|
|
|
|
SELECT * FROM thr_dept
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="id != '' and id != null">
|
|
|
|
<if test="id != '' and id != null">
|
|
|
|