| | |
| | | <resultMap id="BaseResultMap2" type="com.dy.pmsGlobal.pojoPr.PrOrder" extends="BaseResultMap"> |
| | | <collection property="items" ofType="com.dy.pmsGlobal.pojoPr.PrOrderItem" fetchType="eager" select="com.dy.pmsGlobal.daoPr.PrOrderItemMapper.selectItems" column="id" /> |
| | | </resultMap> |
| | | <resultMap id="BaseResultMap3" type="com.dy.pmsGlobal.pojoPr.PrOrder" extends="BaseResultMap"> |
| | | <collection property="items" ofType="com.dy.pmsGlobal.pojoPr.PrOrderItem" fetchType="eager" select="com.dy.pmsGlobal.daoPr.PrOrderItemMapper.selectDistinctPro" column="id" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List"> |
| | | id,`name`,customer_name,project_name, |
| | | director,d_mobile,delivery_date, |
| | |
| | | </if> |
| | | </trim> |
| | | </select> |
| | | <select id="selectAll" resultMap="BaseResultMap2"> |
| | | <!--下拉菜单订单--> |
| | | <select id="selectAll" resultType="com.dy.pmsGlobal.pojoPr.PrOrder"> |
| | | select |
| | | <include refid="Base_Column_List" /> |
| | | from pr_order p |
| | |
| | | <if test="deliveryDate!= null and deliveryDate !=''">delivery_date,</if> |
| | | <if test="status != null">status,</if> |
| | | <if test="creator != null and creator !=''">creator,</if> |
| | | <if test="dt != null and dt !=''">dt,</if> |
| | | <if test="dt != null">dt,</if> |
| | | <if test="deleted != null">deleted,</if> |
| | | <if test="remark != null and remark !=''">remark,</if> |
| | | </trim> |
| | |
| | | <if test="deliveryDate!= null and deliveryDate !=''">#{deliveryDate,jdbcType=VARCHAR},</if> |
| | | <if test="status != null">#{status,jdbcType=TINYINT},</if> |
| | | <if test="creator != null and creator !=''">#{creator,jdbcType=VARCHAR},</if> |
| | | <if test="dt != null and dt !=''">#{dt,jdbcType=TIMESTAMP},</if> |
| | | <if test="dt != null">#{dt,jdbcType=TIMESTAMP},</if> |
| | | <if test="deleted != null">#{deleted,jdbcType=TINYINT},</if> |
| | | <if test="remark != null and remark !=''">#{remark,jdbcType=VARCHAR},</if> |
| | | </trim> |
| | |
| | | <if test="creator != null and creator !=''"> |
| | | creator = #{creator,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="dt != null and dt !=''"> |
| | | <if test="dt != null"> |
| | | dt = #{dt,jdbcType=TIMESTAMP}, |
| | | </if> |
| | | <if test="deleted != null"> |