<기능개선>
1. PMS NO : 4541 2. (주요)작업내용 (1) 회원상태 (9로 변경) 된건으로 인한 수료확인 오류 수정
This commit is contained in:
parent
d35738fd9e
commit
b8d1758fc5
|
|
@ -119,6 +119,6 @@
|
||||||
focus("mobile_lakey");
|
focus("mobile_lakey");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
capp("/aocommon/chklakey", { lakey: $("#mobile_lakey").val(), authno: authno }, "@( )");
|
capp("/aocommon/chklakey", { lakey: $("#mobile_lakey").val(), authno: authno }, "@(_method)");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -56,9 +56,9 @@
|
||||||
<add key="talk" value="https://dev-alimtalk-api.bizmsg.kr:1443/v2/sender/send,?,?,?,?,?,023103312" />
|
<add key="talk" value="https://dev-alimtalk-api.bizmsg.kr:1443/v2/sender/send,?,?,?,?,?,023103312" />
|
||||||
<!--<add key="talk" value="https://alimtalk-api.bizmsg.kr/v2/sender/send,?,?,?,?,?,023103312" />-->
|
<!--<add key="talk" value="https://alimtalk-api.bizmsg.kr/v2/sender/send,?,?,?,?,?,023103312" />-->
|
||||||
|
|
||||||
<!--<add key="configpath" value="Product" />-->
|
<add key="configpath" value="Product" />
|
||||||
<!--<add key="configpath" value="ProductDev" />-->
|
<!--<add key="configpath" value="ProductDev" />-->
|
||||||
<add key="configpath" value="staging" />
|
<!--<add key="configpath" value="staging" />-->
|
||||||
|
|
||||||
|
|
||||||
<add key="lgdacomConfigPath" value="D:\3rdparti\lgdacomyicte" />
|
<add key="lgdacomConfigPath" value="D:\3rdparti\lgdacomyicte" />
|
||||||
|
|
|
||||||
|
|
@ -512,6 +512,8 @@ namespace NP.Base.Controllers
|
||||||
var completecount = 0;
|
var completecount = 0;
|
||||||
var cancelcount = 0;
|
var cancelcount = 0;
|
||||||
foreach (var lect in lects)
|
foreach (var lect in lects)
|
||||||
|
{
|
||||||
|
try
|
||||||
{
|
{
|
||||||
var ispass = Dao.Get<Lect>("grade.ispass", new Hashtable() { { "lectno", lect.lectno } }).FirstOrDefault().ispass;
|
var ispass = Dao.Get<Lect>("grade.ispass", new Hashtable() { { "lectno", lect.lectno } }).FirstOrDefault().ispass;
|
||||||
if (ispass == 1)
|
if (ispass == 1)
|
||||||
|
|
@ -529,6 +531,11 @@ namespace NP.Base.Controllers
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
return JsonBack(new JsonRtn() { code = 1000, msg = "OK", obj = new { completecount , cancelcount } });
|
return JsonBack(new JsonRtn() { code = 1000, msg = "OK", obj = new { completecount , cancelcount } });
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
||||||
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
||||||
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
||||||
inner join users c on c.userno=b.userno and c.status=1
|
inner join users c on c.userno=b.userno and c.status < 99
|
||||||
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
||||||
<isNotNull property="username">and c.username=#username#</isNotNull>
|
<isNotNull property="username">and c.username=#username#</isNotNull>
|
||||||
where a.ismaster=0
|
where a.ismaster=0
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
||||||
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
||||||
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
||||||
inner join users c on c.userno=b.userno and c.status=1
|
inner join users c on c.userno=b.userno and c.status < 99
|
||||||
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
||||||
<isNotNull property="username">and c.username=#username#</isNotNull>
|
<isNotNull property="username">and c.username=#username#</isNotNull>
|
||||||
where a.ismaster=0
|
where a.ismaster=0
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
||||||
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
||||||
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
||||||
inner join users c on c.userno=b.userno and c.status=1
|
inner join users c on c.userno=b.userno and c.status < 99
|
||||||
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
||||||
<isNotNull property="username">and c.username=#username#</isNotNull>
|
<isNotNull property="username">and c.username=#username#</isNotNull>
|
||||||
where a.ismaster=0
|
where a.ismaster=0
|
||||||
|
|
@ -159,7 +159,7 @@
|
||||||
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
||||||
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
||||||
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
||||||
inner join users c on c.userno=b.userno and c.status=1
|
inner join users c on c.userno=b.userno and c.status < 99
|
||||||
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
||||||
<isNotNull property="username">and c.username=#username#</isNotNull>
|
<isNotNull property="username">and c.username=#username#</isNotNull>
|
||||||
where a.ismaster=0
|
where a.ismaster=0
|
||||||
|
|
@ -190,7 +190,7 @@
|
||||||
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
||||||
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
||||||
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
||||||
inner join users c on c.userno=b.userno and c.status=1
|
inner join users c on c.userno=b.userno and c.status < 99
|
||||||
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
||||||
<isNotNull property="username">and c.username=#username#</isNotNull>
|
<isNotNull property="username">and c.username=#username#</isNotNull>
|
||||||
where a.ismaster=0
|
where a.ismaster=0
|
||||||
|
|
@ -221,7 +221,7 @@
|
||||||
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
<isNotNull property="attrateunder">and b.attrate <= #attrateunder#</isNotNull>
|
||||||
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
<isNotNull property="isrebate">and b.isrebate=#isrebate#</isNotNull>
|
||||||
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
<isNotNull property="lectnos">and b.lectno in ($lectnos$)</isNotNull>
|
||||||
inner join users c on c.userno=b.userno and c.status=1
|
inner join users c on c.userno=b.userno and c.status < 99
|
||||||
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
<isNotNull property="userid">and c.userid=#userid#</isNotNull>
|
||||||
<isNotNull property="username">and c.username=#username#</isNotNull>
|
<isNotNull property="username">and c.username=#username#</isNotNull>
|
||||||
where a.ismaster=0
|
where a.ismaster=0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue