Commit 84277e4f by 吴迪

【新增】自行车代码公告

parent 514a3824
......@@ -17,6 +17,7 @@ public class BikeFirmVo implements Serializable {
private String firmName;
private String captcha;
private String uuid;
private String status;
}
......@@ -52,7 +52,7 @@
<select id="getBikeFirm" parameterType="io.office.modules.manage.vo.request.BikeFirmVo" resultType="io.office.modules.manage.vo.request.BikeFirmVo">
select a.firm_name,b.code from ancc_db2.dbo.bikefirm a left join ancc_db2.dbo.bikecode b on a.id=b.bikeid where check_stat=1
select a.firm_name,b.code,'注册' as status from ancc_db2.dbo.bikefirm a left join ancc_db2.dbo.bikecode b on a.id=b.bikeid where check_stat=1
<if test="code!='' and code!=null">
and b.code= #{code}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment