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,8 +2250,6 @@
<isNotNull property="year">and year(a.sstime)=#year#</isNotNull> <isNotNull property="year">and year(a.sstime)=#year#</isNotNull>
order by a.sstime,a.setime order by a.sstime,a.setime
</select> </select>
<<<<<<< HEAD
=======
<select id="cm.cminningscds.applyedu.my" parameterClass="hashtable" resultClass="cminningscd"> <select id="cm.cminningscds.applyedu.my" parameterClass="hashtable" resultClass="cminningscd">
select select
@ -2329,6 +2327,5 @@
where a.cmno=#cmno# and a.isdel=0 where a.cmno=#cmno# and a.isdel=0
order by rsno<!--estkind,rno--> order by rsno<!--estkind,rno-->
</select> </select>
>>>>>>> ca8967d (추가개발1)
</statements> </statements>
</sqlMap> </sqlMap>

File diff suppressed because one or more lines are too long