소스 검색

1.根据业务类型,产品id及checkLoop获取质检信息接口修改

GouGengquan 4 일 전
부모
커밋
2562b2f7e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dao/src/main/resources/mapper/BusinessProductionPerformanceMapper.xml

+ 1 - 1
dao/src/main/resources/mapper/BusinessProductionPerformanceMapper.xml

@@ -23,7 +23,7 @@
 
     <!--根据业务类型,产品id及checkLoop获取质检信息-->
     <select id="getProductionPerformance" resultType="com.dayou.entity.BusinessProductionPerformance">
-        SELECT id, fatal_mistake, hard_mistake, normal_mistake, service_attitude, reason
+        SELECT *
         FROM business_production_performance
         WHERE production_id = #{dto.productionId}
         AND check_loop = #{dto.CheckLoop}