|
|
|
@ -313,7 +313,7 @@ public class QcStaticTableServiceImpl implements IQcStaticTableService {
|
|
|
|
|
public List<QcStaticTable> getXJCheckTableDetail(QcStaticTable qcStaticTable) {
|
|
|
|
|
|
|
|
|
|
String groupId = qcStaticTableMapper.getGroupIdByOrderNo(qcStaticTable.getOrderNo());
|
|
|
|
|
if(StringUtils.isBlank(groupId) || groupId.indexOf("-")<0){
|
|
|
|
|
if(StringUtils.isBlank(groupId)){
|
|
|
|
|
groupId = "3dc0655fea3449c59c76a01cc5b91565";
|
|
|
|
|
}
|
|
|
|
|
qcStaticTable.setGroupId(groupId);
|
|
|
|
|