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