修复是否包含合同文件bug

This commit is contained in:
zhanglei@ap-leasing.com.cn 2023-05-25 09:34:40 +08:00
parent 16c0521d08
commit 68a1a0a26f

View File

@ -139,7 +139,7 @@ public class ImageUploadService {
throw new Exception(responseMsg);
}
if(root.toString().contains("APZLJJ000080")){
if(countResult.contains("APZLJJ000080")){
return true;
}
//todo