oms修改

This commit is contained in:
赵辉
2026-04-21 16:25:52 +08:00
parent 9a39d329e6
commit e667f22564
15 changed files with 31 additions and 15 deletions
@@ -104,4 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectExecuteOrderPo1"/>
order by CREATE_TIME desc
</select>
<select id="getOrgNameByOrgId" resultType="java.lang.String">
select ORGANIZATION_NAME from NGWL_TEST_PRODUCT.SYS_ORGANIZATION where ORGANIZATION_ID=#{organizationId}
</select>
</mapper>