|
@@ -318,7 +318,11 @@ U.MD.D.getuser = function () {
|
|
|
}
|
|
|
U.A.Request(US.Config.pbl + "selectUser?userid=" + _user.userid, [], function (res) { //US.userInfo.userid
|
|
|
if (res.value == null || res.value[0].length == 0) {
|
|
|
- U.MD.D.I.openApplication("my")
|
|
|
+ // U.MD.D.I.openApplication("my")
|
|
|
+ U.A.Request(US.Config.pbl + "updatePblMessage", [_user.userid, _name, _type, '45facc0a-1211-11ec-80ad-005056b86db5', '', '', "0"], function (res) {
|
|
|
+ window.location.reload();
|
|
|
+ }, [], { "type": "GET", "withCredentials": true });
|
|
|
+
|
|
|
} else {
|
|
|
if (res.value[0][0].organizeid == '91305d49-01ba-11ed-8c78-005056b86db4') {
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/mingdeBg.png")'
|