|
|
@@ -301,6 +301,24 @@ public class CompanyServiceImpl extends ServiceImpl<CompanyMapper, Company> impl
|
|
|
listGoodsCategorys.add(m);
|
|
|
}
|
|
|
map.put("goodsCategorys",listGoodsCategorys);
|
|
|
+
|
|
|
+ // 打印票据
|
|
|
+ //List<PrintLayout> printLayoutResponses = printLayoutMapper.selectByCond(new PrintLayout());
|
|
|
+ //List<Map<String, Object>> listPrintLayout = new ArrayList<>();
|
|
|
+ //for (int i = 0; i < printLayoutResponses.size(); i++) {
|
|
|
+ // m = new HashMap<>();
|
|
|
+ // m.put("layoutName",printLayoutResponses.get(i).getLayoutName());
|
|
|
+ // m.put("layoutData",printLayoutResponses.get(i).getLayoutData());
|
|
|
+ // m.put("displayNo",printLayoutResponses.get(i).getDisplayNo());
|
|
|
+ // m.put("docName",printLayoutResponses.get(i).getDocName());
|
|
|
+ // m.put("cpId",cpId);
|
|
|
+ // m.put("opCreateUserId",staffId);
|
|
|
+ // listPrintLayout.add(m);
|
|
|
+ //}
|
|
|
+ //map.put("printLayout",listPrintLayout);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
ResponseResultVO listResponseResultVO = staffFeign.insertFeignCompanyData(map);
|
|
|
|
|
|
// 如果没有成功返回
|