fix(OCR识别): 字段调整
This commit is contained in:
+4
@@ -210,4 +210,8 @@ public class OCRRestfulController extends BaseController<OcrRecordEO> {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println(MD5Util.string2MD5("EC4KKA6ZDTCPAOCRBC5M"+"RWMDUGUFJWS4GHJ35PRD"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -184,6 +184,12 @@
|
|||||||
<if test="attId != null" >
|
<if test="attId != null" >
|
||||||
att_id = #{attId},
|
att_id = #{attId},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="wordAttId != null" >
|
||||||
|
word_att_id = #{wordAttId},
|
||||||
|
</if>
|
||||||
|
<if test="jsonAttId != null" >
|
||||||
|
json_att_id = #{jsonAttId},
|
||||||
|
</if>
|
||||||
</set>
|
</set>
|
||||||
where id = #{id}
|
where id = #{id}
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Reference in New Issue
Block a user