|
@ -6809,12 +6809,12 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
} |
|
|
} |
|
|
itemBySqid.setEvaluationState("0"); |
|
|
itemBySqid.setEvaluationState("0"); |
|
|
itemBySqid.setItemState(10); |
|
|
itemBySqid.setItemState(10); |
|
|
if("01".equals(formDTO.getPjsj())){ |
|
|
if("01".equals(formDTO.getPjjg())){ |
|
|
itemBySqid.setEvaluationState("2"); |
|
|
itemBySqid.setEvaluationScore(2); |
|
|
}else if("03".equals(formDTO.getPjsj())){ |
|
|
}else if("03".equals(formDTO.getPjsj())){ |
|
|
itemBySqid.setEvaluationState("0"); |
|
|
itemBySqid.setEvaluationScore(0); |
|
|
}else{ |
|
|
}else{ |
|
|
itemBySqid.setEvaluationState("1"); |
|
|
itemBySqid.setEvaluationScore(1); |
|
|
} |
|
|
} |
|
|
itemBySqid.setEvaluationTime(DateUtil.parse(formDTO.getPjsj())); |
|
|
itemBySqid.setEvaluationTime(DateUtil.parse(formDTO.getPjsj())); |
|
|
itemBySqid.setEvaluationContent(formDTO.getPjnr()); |
|
|
itemBySqid.setEvaluationContent(formDTO.getPjnr()); |
|
|