|
@@ -400,7 +400,7 @@ namespace PTMedicalInsurance
|
|
|
string errMsg, rtnResult = "", outParam;
|
|
string errMsg, rtnResult = "", outParam;
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|
|
|
- //解析入参
|
|
|
|
|
|
|
+ //解析入参 00000
|
|
|
if (parseInparam(InParam, out errMsg) != 0)
|
|
if (parseInparam(InParam, out errMsg) != 0)
|
|
|
{
|
|
{
|
|
|
rtnResult = JsonHelper.setExceptionJson(-1, "", errMsg).ToString();
|
|
rtnResult = JsonHelper.setExceptionJson(-1, "", errMsg).ToString();
|