This commit is contained in:
parent
3b64738c77
commit
9c78a17208
|
@ -60,5 +60,6 @@
|
||||||
u.nick_name as `createName`
|
u.nick_name as `createName`
|
||||||
from sys_scale_publish sp
|
from sys_scale_publish sp
|
||||||
left join sys_user u on u.user_id = sp.create_by
|
left join sys_user u on u.user_id = sp.create_by
|
||||||
|
where sp.batch_no= #{batchNo}
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
Loading…
Reference in New Issue