代码备份

dev_ksck_axxyy
anthonywj 10 months ago
parent d8e113bef1
commit 3ce3949814

@ -429,6 +429,7 @@ public class IoCodeTempController extends BaseController {
}
}
if(udiInfoEntity.getRequireScanCode() == 1){
//是否校验耗材材质 1高值耗材2.普通耗材
if (IntUtil.value(bussinessTypeEntity.getVailHcType() == 1)) {

@ -201,6 +201,7 @@ public class IoOrderDetailBizController extends BaseController {
}
}
if(udiRelevanceResponse.getRequireScanCode() == 1) {
//是否校验耗材材质 1高值耗材2.普通耗材
if (IntUtil.value(bussinessTypeEntity.getVailHcType() == 1)) {

Loading…
Cancel
Save