|
@@ -74,6 +74,8 @@ public class SiMzService {
|
|
|
queryMzChargeListParam.put("patCardType", 21);
|
|
|
queryMzChargeListParam.put("patCardNo", patNo);
|
|
|
queryMzChargeListParam.put("hisOrdNum", "");
|
|
|
+ queryMzChargeListParam.put("ybRequest", 1);
|
|
|
+
|
|
|
Map<String, Object> mzChargeListMap = thmz.getMzChargeDetailForUnPaid(thmzApiUrl, queryMzChargeListParam);
|
|
|
if (null == mzChargeListMap) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.NETWORK_ERROR);
|