质量计划
This commit is contained in:
@@ -2,4 +2,9 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cnbm.basic.mapper.ProductFactoryRelationMapper">
|
||||
|
||||
<select id="getFactoryListByProductId" resultType="Long">
|
||||
select factory_id from product_factory_relation
|
||||
where product_id = #{productId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
@@ -69,4 +69,8 @@
|
||||
</where>
|
||||
order by pf.id asc
|
||||
</select>
|
||||
|
||||
<select id="getControlGraphNameById" resultType="String">
|
||||
select name from control_graph where id = #{id}
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user