Przeglądaj źródła

成本报表 事故单

liuchaohui 2 lat temu
rodzic
commit
bacbb5fbdd

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

@@ -18,7 +18,7 @@
 
 	<select id="queryByCostAccident" resultType="org.jeecg.modules.cost.entity.SyCostAllocationAccident">
 		select
-			its.u8_invoice as accidentNum,its.money_type,it.accident_number,its.accident_type,it.accident_theme,
+			it.id as id,its.u8_invoice as accidentNum,its.money_type,it.accident_number,its.accident_type,it.accident_theme,
 			case when its.money_type='美元' then ifnull(it.total_money,0) end as amount,
 			case when its.money_type='人民币' then ifnull(it.total_money,0) end as amountrmb,
 			CONCAT_WS(',',it.responsibility_person1,it.responsibility_person2,it.responsibility_person3,it.responsibility_person4) as responsibilityPerson1,