Commit 77d6a37e authored by 竹天卫's avatar 竹天卫

客户的校核详情 检测项单位 显示

parent 9f3e1d35
......@@ -79,7 +79,7 @@
<select id="getDistributionTeamList2" resultType="cn.wise.sc.cement.business.model.vo.SampleDistributionTeamVo">
select t.id as distributionId, su.id as userId, su.name as userName,
t.team_group_id as teamGroupId, tg.name as teamGroupName, s.id as teamId, s.name as teamName,
t.team_group_id as teamGroupId, tg.name as teamGroupName, s.id as teamId, s.name as teamName, s.units as units,
t.status as status,
(
CASE t.status
......
......@@ -31,6 +31,9 @@ public class SampleDistributionTeamVo {
@ApiModelProperty("检测项名称")
private String teamName;
@ApiModelProperty("单位")
private String units;
@ApiModelProperty("检测人员id")
private Integer userId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment