|
|
@@ -1,6 +1,7 @@
|
|
|
package cn.hnthyy.thmz.controller.api;
|
|
|
|
|
|
|
|
|
+import cn.hnthyy.thmz.Utils.DateUtil;
|
|
|
import cn.hnthyy.thmz.common.Constants;
|
|
|
import cn.hnthyy.thmz.entity.MzException;
|
|
|
import cn.hnthyy.thmz.entity.haici.HaiciCharge;
|
|
|
@@ -466,6 +467,7 @@ public class MedicalViewApiController {
|
|
|
map.put("totalAmt", totalAmount);
|
|
|
map.put("medInsAmt", BigDecimal.ZERO);
|
|
|
map.put("selfAmt", totalAmount);
|
|
|
+ map.put("priceTime", DateUtil.fomart(mzChargeDetail.getPriceTime(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
returnList.add(map);
|
|
|
}
|
|
|
results.put("resultCode", 0);
|