fix(OCR识别): 字段调整

This commit is contained in:
yjz
2024-06-06 09:41:57 +08:00
parent b1e6943acf
commit 23d32d40bd
2 changed files with 10 additions and 0 deletions
@@ -210,4 +210,8 @@ public class OCRRestfulController extends BaseController<OcrRecordEO> {
return null;
}
}
public static void main(String[] args) {
System.out.println(MD5Util.string2MD5("EC4KKA6ZDTCPAOCRBC5M"+"RWMDUGUFJWS4GHJ35PRD"));
}
}
@@ -184,6 +184,12 @@
<if test="attId != null" >
att_id = #{attId},
</if>
<if test="wordAttId != null" >
word_att_id = #{wordAttId},
</if>
<if test="jsonAttId != null" >
json_att_id = #{jsonAttId},
</if>
</set>
where id = #{id}
</update>