Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
| | |
| | | resizable: true, |
| | | useKey: true |
| | | }, |
| | | sortConfig: { |
| | | multiple: true, |
| | | }, |
| | | filterConfig: { //筛选配置项 |
| | | //remote: true |
| | | }, |
| | |
| | | |
| | | }else if(dateType.equals("year")){ |
| | | Integer maxOrderId = orderMapper.selectMaxOrderIdByYear(); |
| | | String formattedNumber = String.format("%"+(orderIdTypeMantissa+4)+"d", maxOrderId+1); |
| | | String formattedNumber = String.format("%0"+(orderIdTypeMantissa+4)+"d", maxOrderId+1); |
| | | Date currentDate = new Date(); |
| | | SimpleDateFormat dateFormat = new SimpleDateFormat("yy"); |
| | | String formattedDate = dateFormat.format(currentDate); |
| | |
| | | `order` as a |
| | | where |
| | | year(a.create_time) = year(now()) |
| | | and a.id>400 |
| | | </select> |
| | | |
| | | <select id="selectOrderIdMin"> |