|
@@ -441,7 +441,7 @@ public class CompanyServiceImpl extends ServiceImpl<CompanyMapper, Company> impl
|
|
|
map.put("listComMenu", listComMenu);
|
|
map.put("listComMenu", listComMenu);
|
|
|
|
|
|
|
|
// 打印票据
|
|
// 打印票据
|
|
|
- List<PrintLayout> printLayoutResponses = printLayoutMapper.selectByCond(new PrintLayout());
|
|
|
|
|
|
|
+ List<PrintLayout> printLayoutResponses = printLayoutMapper.selectByCond(new PrintLayout().setFlgValid(true));
|
|
|
List<Map<String, Object>> listPrintLayout = new ArrayList<>();
|
|
List<Map<String, Object>> listPrintLayout = new ArrayList<>();
|
|
|
for (int i = 0; i < printLayoutResponses.size(); i++) {
|
|
for (int i = 0; i < printLayoutResponses.size(); i++) {
|
|
|
m = new HashMap<>();
|
|
m = new HashMap<>();
|