<오류수정>
1. PMS NO : NULL 2. (주요)작업내용 (1) Dao/MyBatis/Maps/Lect.xml - 주민등록번호 저장규칙이 바뀐듯..? 맞춰서 수정
This commit is contained in:
parent
c5f0bb15b8
commit
a4aae2d368
|
|
@ -1556,7 +1556,7 @@
|
|||
select no lectno,substr(a.cshape,1,3) cshapename2,a.cgname cname,a.ssdate sstime,a.sedate setime
|
||||
,case when a.rprice> 0 then 1 else 0 end isrebate
|
||||
from docprintpast a
|
||||
inner join users b on CAST(AES_DECRYPT(UNHEX(b.userpno), <include refid="sql.digest"></include>) AS char) = a.userpno
|
||||
inner join users b on CAST(AES_DECRYPT(UNHEX(b.userpno), <include refid="sql.digest"></include>) AS char) = replace(a.userpno,'-','')
|
||||
where userno = #userno#
|
||||
</select>
|
||||
<update id="lect.drop2day" parameterClass="hashtable">
|
||||
|
|
|
|||
Loading…
Reference in New Issue