|
@@ -33,11 +33,11 @@ public class BEH0495 extends QCCatalogue {
|
|
|
String shPerson = structureMap.get("审核人");
|
|
|
String jlDate = structureMap.get("记录日期");
|
|
|
String shDate = structureMap.get("审核日期");
|
|
|
- boolean before = StringUtil.parseDateTime(shDate).before(StringUtil.parseDateTime(jlDate));
|
|
|
+ /*boolean before = StringUtil.parseDateTime(shDate).before(StringUtil.parseDateTime(jlDate));
|
|
|
if(before){
|
|
|
status.set("-1");
|
|
|
return;
|
|
|
- }
|
|
|
+ }*/
|
|
|
if (!CatalogueUtil.isOccup(shPerson) || CatalogueUtil.compareTime(StringUtil.parseDateTime(jlDate), StringUtil.parseDateTime(shDate), 24 * 60L)) {
|
|
|
status.set("-1");
|
|
|
}
|