pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrProductionProcessMapper.java
@@ -31,7 +31,6 @@ int deleteLogicById(Long id); @MapKey("id") List<Map<String,String>> queryAll(Long proId); boolean exists(@Param("name") String name,@Param("id") Long id); pms-parent/pms-global/src/main/resources/mapper/PrProductionProcessMapper.xml
@@ -156,7 +156,7 @@ <!-- </if>--> </trim> </select> <select id="queryAll" resultType="java.util.List"> <select id="queryAll" resultType="java.util.HashMap"> select CAST(id AS CHAR) AS id,name from pr_production_process