|
@@ -1254,7 +1254,7 @@
|
|
|
ap.production_no AS reportNo,
|
|
|
IF
|
|
|
( fc.claim_datetime > ap.save_file_date, fc.claim_datetime, ap.save_file_date ) AS settleDate,
|
|
|
- ap.assets_name AS name,
|
|
|
+ IFNULL(ap.assets_name, a.name) AS name,
|
|
|
ap.created,
|
|
|
dd.name AS businessCate,
|
|
|
IFNULL(cd.ratio,bcr.min_ratio) AS ratio,
|