提交 5cde0e88 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 d52e727f
......@@ -69,7 +69,7 @@ public interface FgDepartmentMemberMapper extends BaseMapper<DepartmentMember>{
* @author zzg
* @date: 2019年4月3日 上午8:33:00
*/
@Select("select s.id, s.relationId, s.type, s.name, s.sort, s.createTime, ms.name as schoolName "
@Select("select s.id, s.relationId, s.type, s.name, s.sort, s.createTime, ms.name as schoolName,s.status "
+ " FROM me_department_member s left join me_school ms on s.relationId = ms.id "
+ "WHERE 1=1 "
+ " and s.id = #{id}")
......
......@@ -167,10 +167,7 @@ public class SupplierController {
@ApiOperation(value = "经销商导入退订订单")
@PostMapping(value = SchoolRequestPath.PUBLISHER + MemberRequestPath.IMPORT)
public CallBack<String> importSupplierBackOrder(@RequestParam("file") MultipartFile file) throws Exception{
CallBack<String> importSupplierBackOrder = schoolSysuserClient.importSupplierBackOrder(file);
if(importSupplierBackOrder.hasEntity()){
return importSupplierBackOrder;
}
return null;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论