Explorar o código

成本分配表调整

fenghaifu hai 19 horas
pai
achega
9add36e27c

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/mapper/xml/SyCostAllocationAccidentMapper.xml

@@ -28,7 +28,7 @@
 			it.business_people,it.garment_sales_order,material,it.quality_control,finance_remark
 		from incident_ticket it
 		join incident_ticket_children its on it.id=its.incident_ticket_id
-		where its.plan_number = #{code}
+		where its.plan_number = #{code} and (accident_classify is null or accident_classify<>'财务织染调整')
 		GROUP BY its.incident_ticket_id,accident_type
 	</select>
 	<!--