|
@@ -325,9 +325,9 @@ public class PayBillToolUtil {
|
|
|
//结算方式
|
|
|
//结算方式
|
|
|
if(info.getDynamicObject("settletype") != null) {
|
|
|
- data.put("SETTLE_TYPE", info.getDynamicObject("settletype").getString("name"));
|
|
|
+ data.put("settletype", info.getDynamicObject("settletype").getString("name"));
|
|
|
} else {
|
|
|
- data.put("SETTLE_TYPE", "");
|
|
|
+ data.put("settletype", "");
|
|
|
}
|
|
|
|
|
|
//无用字段
|