fix(OCR识别): 字段调整
This commit is contained in:
+4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user