shudonghui hace 1 año
padre
commit
7311181f63
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      sop-business/src/main/resources/mapper/SopScheduleMapper.xml

+ 2 - 2
sop-business/src/main/resources/mapper/SopScheduleMapper.xml

@@ -3,9 +3,9 @@
 <mapper namespace="com.qmth.sop.business.mapper.SopScheduleMapper">
     <select id="progress" resultType="java.util.Map">
         SELECT DISTINCT
-        r.id region_id,
+        cast(r.id as char) as region_id,
         r.region_name,
-        su.id supplier_id,
+        cast(su.id as char) as  supplier_id,
         su.`name`,
         tbsi.sop_no,
         tffa.status,