|
|
|
@ -293,7 +293,10 @@ public class QcCheckTaskWarehousingServiceImpl implements IQcCheckTaskWarehousin
|
|
|
|
|
WechartDTO wechart0 = new WechartDTO();
|
|
|
|
|
wechart0.setUserId(noticedto.getWxId());
|
|
|
|
|
String contentInfo = noticedto.getNoticeContent();
|
|
|
|
|
contentInfo = contentInfo.replace("${checkNo}", qcCheckTaskWarehousing.getCheckNo() + "\n");
|
|
|
|
|
contentInfo = contentInfo
|
|
|
|
|
.replace("${checkNo}", qcCheckTaskWarehousing.getCheckNo()+ "\n")
|
|
|
|
|
.replace("${checkLoc}", qcCheckTaskWarehousing.getCheckLoc()+ "\n")
|
|
|
|
|
.replace("${materialName}", qcCheckTaskWarehousing.getMaterialName()+ "\n");
|
|
|
|
|
Matcher matcher = p2.matcher(contentInfo);
|
|
|
|
|
contentInfo = matcher.replaceAll("");
|
|
|
|
|
wechart0.setText(contentInfo);
|
|
|
|
|