|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
<select id="selectByCategoryType" parameterType="com.platform.dao.dto.custom.CustomFormBomFieldDTO"
|
|
<select id="selectByCategoryType" parameterType="com.platform.dao.dto.custom.CustomFormBomFieldDTO"
|
|
resultType="com.platform.dao.vo.query.custom.CustomFormBomFieldVO">
|
|
resultType="com.platform.dao.vo.query.custom.CustomFormBomFieldVO">
|
|
- select field.* from t_custom_form_bom_field as field
|
|
|
|
|
|
+ select field.*,form.name as formName from t_custom_form_bom_field as field
|
|
join t_custom_form form on field.form_id = form.id
|
|
join t_custom_form form on field.form_id = form.id
|
|
<where>
|
|
<where>
|
|
<if test="type != null and type != ''">
|
|
<if test="type != null and type != ''">
|