| | |
| | | @TableField(exist = false) |
| | | private String deptName; |
| | | |
| | | @TableField("stage") |
| | | private String stage; |
| | | |
| | | @ApiModelProperty(value = "行业类型") |
| | | @TableField("industry_type_id") |
| | | private Integer industryTypeId; |
| | |
| | | } |
| | | PageUtils.startPage(); |
| | | List<StandardizedTemplate> standardizedTemplates =new ArrayList<>(); |
| | | if (templateType==2){ |
| | | if (templateType==2 || templateType==10 || templateType == 3){ |
| | | standardizedTemplates = standardizedTemplateMapper.selectStandardizedTemplateListV2(companyId, templateType, null); |
| | | }else { |
| | | standardizedTemplates = standardizedTemplateMapper.selectStandardizedTemplateList(companyId, templateType); |
| | |
| | | <if test="deptId !=null"> |
| | | dept_id = #{deptId}, |
| | | </if> |
| | | <if test="stage != null and stage != ''"> |
| | | stage = #{stage}, |
| | | </if> |
| | | <if test="delFlag != null and delFlag != ''" > |
| | | del_flag = #{delFlag}, |
| | | </if> |
| | |
| | | st. `classify`, |
| | | st. `dept_id`, |
| | | sd.`dept_name`, |
| | | st.`stage`, |
| | | st. `del_flag`, |
| | | st. `create_by`, |
| | | st. `create_time`, |
| | |
| | | st. `classify`, |
| | | st. `dept_id`, |
| | | sd.`dept_name`, |
| | | st. `stage`, |
| | | st. `del_flag`, |
| | | st. `create_by`, |
| | | st. `create_time`, |