1
This commit is contained in:
@@ -221,7 +221,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
int c = em.getValue().intValue();
|
int c = em.getValue().intValue();
|
||||||
totalCount += c;
|
totalCount += c;
|
||||||
summary.append("型号:").append(em.getKey() != null ? em.getKey() : "未知")
|
summary.append("型号:").append(em.getKey() != null ? em.getKey() : "未知")
|
||||||
.append(" 数量:").append(c);
|
.append(" 数量:").append(c).append("\n");
|
||||||
}
|
}
|
||||||
summary.append("总计:").append(totalCount).append("\n详情:");
|
summary.append("总计:").append(totalCount).append("\n详情:");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user