zss
2024-06-21 a3b6c33ffef0db2d67102edf2b56c78a1d2e551d
检验任务分页查询检验对象改成样品名称
已修改2个文件
6 ■■■■ 文件已修改
inspect-server/src/main/java/com/yuanchu/mom/vo/InsOrderPlanVO.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
inspect-server/src/main/resources/mapper/InsSampleMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
inspect-server/src/main/java/com/yuanchu/mom/vo/InsOrderPlanVO.java
@@ -13,8 +13,8 @@
    @ValueTableShow(value = 1,name = "委托编号")
    private String entrustCode;
    @ValueTableShow(value = 2,name = "检验对象")
    private String sampleType;
    @ValueTableShow(value = 2,name = "样品名称")
    private String sample;
    @ValueTableShow(value = 4,name = "紧急程度")
    private String type;
inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -37,7 +37,7 @@
        io.type,
        io.appointed,
        io.send_time,
        io.sample_type,
        group_concat(distinct isa.sample,' ') sample,
        isu.user_id,
        ip.son_laboratory,
        io.ins_time