Commit bfe938d1 authored by 温志超's avatar 温志超

超报BUG

parent 49fc7b96
......@@ -778,7 +778,7 @@ public class ProTaskServiceImpl implements IProTaskService {
MessageUtils.message("pro.feedback.error.min.quantity"));
ExceptionUtil.checkTrueThrowException((feedbackQualifyConst.compareTo(BigDecimal.ZERO) <= 0 && fuantityUnqualify.compareTo(BigDecimal.ZERO) <= 0),
MessageUtils.message("报工数目合格、不合格数不能都小于等于0"));
"报工数目合格、不合格数不能都小于等于0");
if(StringUtils.isNotEmpty(feedback.getQrcode())){
FeedbackValidateSerialNoParams feedbackValidateSerialNoParams = new FeedbackValidateSerialNoParams();
feedbackValidateSerialNoParams.setQrcode(feedback.getQrcode());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment