|
|
|
@ -41,8 +41,14 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectByThrDeptCode" parameterType="com.glxp.api.req.thrsys.FilterThrSubInvWarehouseRequest"
|
|
|
|
|
resultType="com.glxp.api.entity.thrsys.ThrInvWarehouseEntity">
|
|
|
|
|
select * from thr_inv_warehouse where parentId not in (SELECT code FROM thr_dept
|
|
|
|
|
where status=#{status} and thirdSysFk=#{thirdSysFk}) and thirdSysFk=#{thirdSysFk}
|
|
|
|
|
select * from thr_inv_warehouse
|
|
|
|
|
<where>
|
|
|
|
|
parentId not in (SELECT code FROM thr_dept
|
|
|
|
|
where status=#{status} and thirdSysFk=#{thirdSysFk}) and thirdSysFk=#{thirdSysFk}
|
|
|
|
|
<if test=" name != '' and name != null">
|
|
|
|
|
and name like concat('%',#{name},'%')
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
@ -138,4 +144,4 @@
|
|
|
|
|
updateTime = #{updateTime,jdbcType=DATE}
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
|
</mapper>
|
|
|
|
|