@ -164,7 +164,7 @@ public class TeamSet extends BaseEntity {
* 类型-[1]针孔;[2]-壳体;[3]烧结;[4]:园区;[5]:外协;
*/
@Schema(description = "类型-[1]针孔;[2]-壳体;[3]烧结;[4]:园区;[5]:外协;")
private Short tsType;
private String tsType;
/**
* 备注
@ -313,6 +313,7 @@ public class WorkCenterController extends BladeController {
QueryWrapper<CenterTeam> qwcenteam = new QueryWrapper<>();
qwcenteam.eq("WC_ID",detail.getId());
teamCenterService.remove(qwcenteam);
team = "";
}
// detail.setTeamId(result);
@ -124,7 +124,7 @@ public class TeamSetExcel implements Serializable {
@ColumnWidth(20)
@ExcelProperty("类型;1、针孔,2、壳体,3、烧结,4、园区,5、外协")