Commit 6ab9a989 authored by liuxinben's avatar liuxinben

制证包解析修改

parent 1d456fb6
......@@ -46,7 +46,7 @@ public interface LogMapper {
"FROM PERSON_POST \n" +
"LEFT JOIN PREPRO_PERSON ON PERSON_POST.FIRST_WHITE = PREPRO_PERSON.JMSFZSLH\n" +
"LEFT JOIN FILES ON FILES.ID=PREPRO_PERSON.FILE_ID "+
"WHERE PERSON_POST.STATE1=3 " +
"WHERE (PERSON_POST.STATE1 = 3 OR PERSON_POST.STATE1 = 0) " +
"AND PERSON_POST.BIRTH_DATE = PREPRO_PERSON.CSRQ " +
"AND TO_CHAR(FILES.UPLOAD_DATE,'yyyy-mm-dd hh24:mi:ss')=#{printDate} )")
public boolean changeCardTypeByPrintDate(@Param("printDate")String printDate);
......
......@@ -7,3 +7,6 @@
2023/01/03
将大部分控制台打印改为日志打印
2023/01/11
制证包解析过程中的格口信息与制证信息匹配中将STATE1=3改为STATE1=3或STATE1=0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment