组织排队开关,新增用户司机同步yms,oms预约单修改
This commit is contained in:
@@ -774,4 +774,11 @@
|
||||
AND u.business_type IN (1, 3)
|
||||
AND u.user_Id = #{userId}
|
||||
</select>
|
||||
<select id="selectYmsByUserId" resultType="com.mhd.common.core.domain.dto.YmsSysUserDTO">
|
||||
select * from NGWL_TEST_YMS.SYS_USER where SZWL_USER_ID = #{userId}
|
||||
</select>
|
||||
<select id="getOrdIsQueue" resultType="java.lang.Integer">
|
||||
SELECT is_queue from NGWL_TEST_PRODUCT.SYS_ORGANIZATION where ORGANIZATION_ID = #{organizationId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user