修试入库修改
This commit is contained in:
parent
a4850f1d40
commit
f7ef5c629e
|
|
@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<!--获取修试后入库列表-->
|
||||
<select id="getRepairedList" resultType="com.bonus.sgzb.material.domain.RepairTestInputVo">
|
||||
SELECT ANY_VALUE(rid.task_id) AS id,
|
||||
ANY_VALUE(tt.`code`) AS repairCode,
|
||||
ANY_VALUE(tt2.`code`) AS repairCode,
|
||||
ANY_VALUE(GROUP_CONCAT(a.typeName)) AS maTypeName,
|
||||
ANY_VALUE(tt2.create_by) AS wxName,
|
||||
ANY_VALUE(tt2.create_time) AS wxTime,
|
||||
|
|
|
|||
Loading…
Reference in New Issue