|
|
@@ -325,7 +325,8 @@ public class TsaGoodsController extends TsaBaseController {
|
|
|
*/
|
|
|
@PostMapping("/notiInfo/list")
|
|
|
@ResponseBody
|
|
|
- public Collection<NotiInfo> getNotiInfoList(NotiInfo notiInfo) {
|
|
|
+ public Collection<NotiInfo> getNotiInfoList(@RequestBody NotiInfo notiInfo) {
|
|
|
+ log.info("notiInfo == {}", notiInfo);
|
|
|
return goodsService.getNotiInfoList(notiInfo);
|
|
|
}
|
|
|
|