|
@@ -101,8 +101,7 @@ namespace PTMedicalInsurance
|
|
{
|
|
{
|
|
if (businessType != "BasicData")
|
|
if (businessType != "BasicData")
|
|
{
|
|
{
|
|
-
|
|
+ if (!Global.curEvt.needSignIn)
|
|
- if (Global.inf.interfaceDr == 28)
|
|
|
|
{
|
|
{
|
|
Global.curEvt.signno = "000000";
|
|
Global.curEvt.signno = "000000";
|
|
rtnResult = JsonHelper.setIrisReturnValue(0, "签到成功", joRtn).ToString();
|
|
rtnResult = JsonHelper.setIrisReturnValue(0, "签到成功", joRtn).ToString();
|
|
@@ -691,12 +690,14 @@ namespace PTMedicalInsurance
|
|
Global.businessType = businessType;
|
|
Global.businessType = businessType;
|
|
string funNO = JsonHelper.getDestValue(joInParam, "funNO");
|
|
string funNO = JsonHelper.getDestValue(joInParam, "funNO");
|
|
Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
Global.pat.insuplc_admdvs = JsonHelper.getDestValue(joInParam, "insuplc_admdvs");
|
|
|
|
+ Global.inf.interfaceID = JsonHelper.getDestValue(joInParam, "interfaceinfo.ID");
|
|
|
|
|
|
- if (funNO == "4101")
|
|
+ if ("4101".Equals(funNO))
|
|
{
|
|
{
|
|
-
|
|
+
|
|
- if (!Utils.isOtherCity()) {
|
|
+ if (!Utils.isOtherCity() || "28".Equals(Global.inf.interfaceID)) {
|
|
Global.curEvt.useLocalOrgCode = true;
|
|
Global.curEvt.useLocalOrgCode = true;
|
|
|
|
+ Global.curEvt.needSignIn = true;
|
|
|
|
|
|
Global.curEvt.mac = Global.curEvt.mac + "" + Utils.GetInsuOrgCode();
|
|
Global.curEvt.mac = Global.curEvt.mac + "" + Utils.GetInsuOrgCode();
|
|
}
|
|
}
|