| | |
| | | select="com.dy.pmsGlobal.daoPr.PrAssemblyPlanMapper.processIsQuote" /> |
| | | <association property="planNames" column="id" javaType="java.lang.String" fetchType="eager" |
| | | select="com.dy.pmsGlobal.daoPr.PrAssemblyPlanMapper.selectPlanNamesByProcessId" /> |
| | | |
| | | <collection property="nodes" ofType="com.dy.pmsGlobal.pojoPr.PrProductionNode" |
| | | select="selectByProcess" fetchType="eager" column="id" /> |
| | | </resultMap> |
| | |
| | | creator,dt,disabled, |
| | | deleted,remark |
| | | </sql> |
| | | |
| | | |
| | | <select id="selectProcessNameById" resultType="java.lang.String"> |
| | | select name |