Compare commits

...

3 Commits

Author SHA1 Message Date
김한진 126c3cc556 ㅁㅁㅁ 2025-12-27 00:00:39 +09:00
김한진 06773f17ae ㅁㅁㅁㅁ 2025-12-26 23:48:52 +09:00
김한진 a46340cdd4 ㅇㅇ 2025-12-26 23:47:54 +09:00
9 changed files with 1399 additions and 5 deletions

414
BO/Logs/log.txt Normal file

File diff suppressed because one or more lines are too long

414
BO/Logs/query.txt Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -2250,10 +2250,8 @@
<isNotNull property="year">and year(a.sstime)=#year#</isNotNull>
order by a.sstime,a.setime
</select>
<<<<<<< HEAD
=======
<select id="cm.cminningscds.applyedu.my" parameterClass="hashtable" resultClass="cminningscd">
<select id="cm.cminningscds.applyedu.my" parameterClass="hashtable" resultClass="cminningscd">
select
a.cmisno,a.cmino,a.estart,a.eend,a.quota,a.cdt,a.udt,a.studyplace,a.studyplacename,a.startmonth,a.comment
,a.studyplace, a.studyplacename,a.remainPeople
@ -2329,6 +2327,5 @@
where a.cmno=#cmno# and a.isdel=0
order by rsno<!--estkind,rno-->
</select>
>>>>>>> ca8967d (추가개발1)
</statements>
</sqlMap>

File diff suppressed because one or more lines are too long