|
|
@@ -69,7 +69,7 @@ public class FsStoreScrmListener {
|
|
|
}
|
|
|
if(!oldDrugLicenseFlag){
|
|
|
fsStoreScrmOcr.setDrugLicense(fsStore.getDrugLicense());
|
|
|
- String result = TxOcrClient.ExtractDocBasic(fsStore.getDrugLicense());
|
|
|
+ String result = TxOcrClient.ExtractDocBasic(fsStore.getDrugLicense(), null);
|
|
|
if(!ObjectUtils.isEmpty(result)){
|
|
|
fsStoreScrmOcr.setDrugLicenseTxt(result);
|
|
|
}
|