市场活动子表查询修改
This commit is contained in:
parent
3d1af4c890
commit
b824368435
|
|
@ -197,7 +197,7 @@ public class ViewMeetingApi extends BaseController {
|
|||
* @date 2024/11/13
|
||||
*/
|
||||
@ResponseBody
|
||||
@PatchMapping(value = "/listDetail")
|
||||
@RequestMapping(value = "/listDetail", method = RequestMethod.POST)
|
||||
@ApiOperation(value = "查询市场活动-产品列表")
|
||||
public Map<String, Object> listDetail(
|
||||
@ApiParam(required = true, value = "市场活动id") @RequestParam(required = true) String viewId,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ public class ViewMeetingController extends BaseController {
|
|||
* @date 2024/11/13
|
||||
*/
|
||||
@ResponseBody
|
||||
@PatchMapping(value = "/listDetail")
|
||||
@RequestMapping(value = "/listDetail", method = RequestMethod.POST)
|
||||
@ApiOperation(value = "查询市场活动-产品列表")
|
||||
public Map<String, Object> listDetail(
|
||||
@ApiParam(required = true, value = "市场活动id") @RequestParam(required = true) String viewId,
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
#{item.createTime,jdbcType=VARCHAR},
|
||||
#{item.earnest,jdbcType=VARCHAR},
|
||||
#{item.goodsNum,jdbcType=VARCHAR},
|
||||
#{item.reserveAcre,jdbcType=VARCHAR}
|
||||
#{item.reserveAcre,jdbcType=VARCHAR},
|
||||
#{item.productTypeName,jdbcType=VARCHAR},
|
||||
#{item.productTypeCode,jdbcType=VARCHAR}
|
||||
FROM DUAL
|
||||
|
|
|
|||
Loading…
Reference in New Issue