| | |
| | | package com.matrix.system.app.action; |
| | | |
| | | import com.matrix.core.pojo.AjaxResult; |
| | | import io.swagger.annotations.Api; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | |
| | | @RestController |
| | | @RequestMapping(value = "/api/serviceOrder") |
| | | public class ApiServiceOrderAction { |
| | | |
| | | @GetMapping(value = "/findVipProject/{vipId}") |
| | | public AjaxResult findVipProject(@PathVariable("vipId") Long vipId) { |
| | | return null; |
| | | } |
| | | |
| | | } |
| | |
| | | a.cash_Pay cashPay, |
| | | a.card_Pay cardPay, |
| | | a.ZK_TOTAL needPay, |
| | | a.card_Pay + a.card_Pay realPay, |
| | | a.cash_Pay + a.card_Pay realPay, |
| | | a.arrears arrears, |
| | | a.TOTAL - a.ZK_TOTAL discount, |
| | | a.STATU orderStatus, |