|
@@ -155,9 +155,9 @@ public class CenterMenu {
|
|
mData.put("patientCode", pid);
|
|
mData.put("patientCode", pid);
|
|
mData.put("startDt", startDt);
|
|
mData.put("startDt", startDt);
|
|
mData.put("endDt", Util.removeSlashStr(Util.nowDate()));
|
|
mData.put("endDt", Util.removeSlashStr(Util.nowDate()));
|
|
- mData.put("consetState", consentState);
|
|
|
|
|
|
+ mData.put("consentState", consentState);
|
|
mData.put("jobkindcd", instance.mobile.equals("O") && (instance.jobKindCd.equals("1140") || instance.jobKindCd.equals("1113")) ? "ALL" : instance.jobKindCd);
|
|
mData.put("jobkindcd", instance.mobile.equals("O") && (instance.jobKindCd.equals("1140") || instance.jobKindCd.equals("1113")) ? "ALL" : instance.jobKindCd);
|
|
- Log.e(TAG, "mData -- > " + mData);
|
|
|
|
|
|
+
|
|
if (Util.checkNetwork(mContext) == true) {
|
|
if (Util.checkNetwork(mContext) == true) {
|
|
Util.callHttp(mContext, ConsentConfig.HOST_CONSENT, ConsentConfig.GET_CONSENT_LIST, mData, callBack);
|
|
Util.callHttp(mContext, ConsentConfig.HOST_CONSENT, ConsentConfig.GET_CONSENT_LIST, mData, callBack);
|
|
} else {
|
|
} else {
|