Commit cdcb7b0e by 王衍超

;

parent d082ae37
...@@ -25,8 +25,8 @@ public class FinanceRefundProcessor implements DataProcessor { ...@@ -25,8 +25,8 @@ public class FinanceRefundProcessor implements DataProcessor {
@Autowired @Autowired
private DinasOrganizationService orgService; private DinasOrganizationService orgService;
@Autowired // @Autowired
private PurchaseSandCompanyService purchaseSandCompanyService; // private PurchaseSandCompanyService purchaseSandCompanyService;
@Override @Override
public void process(DataProcessorContext context) { public void process(DataProcessorContext context) {
...@@ -37,9 +37,9 @@ public class FinanceRefundProcessor implements DataProcessor { ...@@ -37,9 +37,9 @@ public class FinanceRefundProcessor implements DataProcessor {
KObject regionalCompany = orgService.load(regionalCompanyId); KObject regionalCompany = orgService.load(regionalCompanyId);
row.put("regionalCompanyName", regionalCompany.getString("name")); row.put("regionalCompanyName", regionalCompany.getString("name"));
UUID purchaseSandCompanyId = UUID.fromString(row.get("purchaseSandCompany.id").toString()); // UUID purchaseSandCompanyId = UUID.fromString(row.get("purchaseSandCompany.id").toString());
KObject purchaseSandCompany = purchaseSandCompanyService.getById(purchaseSandCompanyId); // KObject purchaseSandCompany = purchaseSandCompanyService.getById(purchaseSandCompanyId);
row.put("purchaseSandCompanyName", purchaseSandCompany.getString("name")); // row.put("purchaseSandCompanyName", purchaseSandCompany.getString("name"));
String fundTypeName = null; String fundTypeName = null;
int fundType = Integer.valueOf(row.get(FinanceRefundConstant.fundType).toString()); int fundType = Integer.valueOf(row.get(FinanceRefundConstant.fundType).toString());
......
...@@ -57,7 +57,15 @@ ...@@ -57,7 +57,15 @@
</ref> </ref>
<description></description> <description></description>
</field> </field>
<field title='购砂单位名称'>
<name>purchaseSandCompany.name</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='退款状态'> <field title='退款状态'>
<name>refundState</name> <name>refundState</name>
<type>string</type> <type>string</type>
......
...@@ -67,6 +67,16 @@ ...@@ -67,6 +67,16 @@
<m:desc></m:desc> <m:desc></m:desc>
</m:field> </m:field>
<m:field> <m:field>
<m:name>purchaseSandCompany.name</m:name>
<m:title>购砂单位名称</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>refundState</m:name> <m:name>refundState</m:name>
<m:title>退款状态</m:title> <m:title>退款状态</m:title>
<m:type>string</m:type> <m:type>string</m:type>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment