提交 b32fc2a6 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 a0ef8821
...@@ -12,3 +12,4 @@ ...@@ -12,3 +12,4 @@
**.iml **.iml
*.jar *.jar
*.log *.log
.DS_Store
...@@ -1074,8 +1074,8 @@ export default class InternalFuncBase extends Vue implements ControlInterface { ...@@ -1074,8 +1074,8 @@ export default class InternalFuncBase extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1085,8 +1085,8 @@ export default class Main2Base extends Vue implements ControlInterface { ...@@ -1085,8 +1085,8 @@ export default class Main2Base extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1085,8 +1085,8 @@ export default class Main3Base extends Vue implements ControlInterface { ...@@ -1085,8 +1085,8 @@ export default class Main3Base extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1076,8 +1076,8 @@ export default class Main4Base extends Vue implements ControlInterface { ...@@ -1076,8 +1076,8 @@ export default class Main4Base extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1092,8 +1092,8 @@ export default class Main5Base extends Vue implements ControlInterface { ...@@ -1092,8 +1092,8 @@ export default class Main5Base extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1212,8 +1212,8 @@ export default class NewDefaultBase extends Vue implements ControlInterface { ...@@ -1212,8 +1212,8 @@ export default class NewDefaultBase extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1287,8 +1287,8 @@ export default class RowEditBase extends Vue implements ControlInterface { ...@@ -1287,8 +1287,8 @@ export default class RowEditBase extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1242,8 +1242,8 @@ export default class RowRulesBase extends Vue implements ControlInterface { ...@@ -1242,8 +1242,8 @@ export default class RowRulesBase extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -1212,8 +1212,8 @@ export default class UpdateDefaultBase extends Vue implements ControlInterface { ...@@ -1212,8 +1212,8 @@ export default class UpdateDefaultBase extends Vue implements ControlInterface {
"PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000}, "PRESS":{"headername":"图书出版社","isuniqueitem":false,"name":"press","order":1000},
"UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000}, "UPDATEDATE":{"headername":"更新时间","isuniqueitem":false,"name":"updatedate","order":1000},
"AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000}, "AUTHOR":{"headername":"图书作者","isuniqueitem":false,"name":"author","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000}, "IBIZBOOKID":{"headername":"图书标识","isuniqueitem":false,"name":"ibizbookid","order":1000},
"PRICE":{"headername":"图书价格","isuniqueitem":false,"name":"price","order":1000},
"BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000}, "BOOKNUMBER":{"headername":"图书数量","isuniqueitem":false,"name":"booknumber","order":1000},
"CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000}, "CREATEMAN":{"codelist":{"type":"DYNAMIC","tag":"SysOperator","isnumber":false},"headername":"建立人","isuniqueitem":false,"name":"createman","order":1000},
"TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000} "TYPE":{"headername":"图书类型","isuniqueitem":false,"name":"type","order":1000}
......
...@@ -51,7 +51,7 @@ public class IBIZAccountSearchContext extends QueryWrapperContext<IBIZAccount> { ...@@ -51,7 +51,7 @@ public class IBIZAccountSearchContext extends QueryWrapperContext<IBIZAccount> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizaccountname", query) wrapper.like("ibizaccountname", query)
); );
} }
} }
......
...@@ -51,7 +51,7 @@ public class IBIZBOOKSearchContext extends QueryWrapperContext<IBIZBOOK> { ...@@ -51,7 +51,7 @@ public class IBIZBOOKSearchContext extends QueryWrapperContext<IBIZBOOK> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizbookname", query) wrapper.like("ibizbookname", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZCPUSearchContext extends QueryWrapperContext<IBIZCPU> { ...@@ -44,7 +44,7 @@ public class IBIZCPUSearchContext extends QueryWrapperContext<IBIZCPU> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizcpuname", query) wrapper.like("ibizcpuname", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZCustomSearchContext extends QueryWrapperContext<IBIZCustom> { ...@@ -44,7 +44,7 @@ public class IBIZCustomSearchContext extends QueryWrapperContext<IBIZCustom> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizcustomname", query) wrapper.like("ibizcustomname", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZCustomerMGSearchContext extends QueryWrapperContext<IBIZCustome ...@@ -44,7 +44,7 @@ public class IBIZCustomerMGSearchContext extends QueryWrapperContext<IBIZCustome
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizcustomername", query) wrapper.like("ibizcustomername", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZCustomerSearchContext extends QueryWrapperContext<IBIZCustomer> ...@@ -44,7 +44,7 @@ public class IBIZCustomerSearchContext extends QueryWrapperContext<IBIZCustomer>
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizcustomername", query) wrapper.like("ibizcustomername", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZCustomer_INTFSearchContext extends QueryWrapperContext<IBIZCust ...@@ -44,7 +44,7 @@ public class IBIZCustomer_INTFSearchContext extends QueryWrapperContext<IBIZCust
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizcustomername", query) wrapper.like("ibizcustomername", query)
); );
} }
} }
......
...@@ -51,7 +51,7 @@ public class IBIZHardwareSearchContext extends QueryWrapperContext<IBIZHardware> ...@@ -51,7 +51,7 @@ public class IBIZHardwareSearchContext extends QueryWrapperContext<IBIZHardware>
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizhardwarename", query) wrapper.like("ibizhardwarename", query)
); );
} }
} }
......
...@@ -86,7 +86,7 @@ public class IBIZOrderDetailSearchContext extends QueryWrapperContext<IBIZOrderD ...@@ -86,7 +86,7 @@ public class IBIZOrderDetailSearchContext extends QueryWrapperContext<IBIZOrderD
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizorderdetailname", query) wrapper.like("ibizorderdetailname", query)
); );
} }
} }
......
...@@ -122,7 +122,7 @@ public class IBIZOrderSearchContext extends QueryWrapperContext<IBIZOrder> { ...@@ -122,7 +122,7 @@ public class IBIZOrderSearchContext extends QueryWrapperContext<IBIZOrder> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizordername", query) wrapper.like("ibizordername", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZOrderTypeSearchContext extends QueryWrapperContext<IBIZOrderTyp ...@@ -44,7 +44,7 @@ public class IBIZOrderTypeSearchContext extends QueryWrapperContext<IBIZOrderTyp
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizordertypename", query) wrapper.like("ibizordertypename", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZQJSearchContext extends QueryWrapperContext<IBIZQJ> { ...@@ -44,7 +44,7 @@ public class IBIZQJSearchContext extends QueryWrapperContext<IBIZQJ> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizqjname", query) wrapper.like("ibizqjname", query)
); );
} }
} }
......
...@@ -79,7 +79,7 @@ public class IBIZSample0001SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -79,7 +79,7 @@ public class IBIZSample0001SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0001name", query) wrapper.like("ibizsample0001name", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSample0002SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -44,7 +44,7 @@ public class IBIZSample0002SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0002name", query) wrapper.like("ibizsample0002name", query)
); );
} }
} }
......
...@@ -65,7 +65,7 @@ public class IBIZSample0003SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -65,7 +65,7 @@ public class IBIZSample0003SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0003name", query) wrapper.like("ibizsample0003name", query)
); );
} }
} }
......
...@@ -65,7 +65,7 @@ public class IBIZSample0004SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -65,7 +65,7 @@ public class IBIZSample0004SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0004name", query) wrapper.like("ibizsample0004name", query)
); );
} }
} }
......
...@@ -65,7 +65,7 @@ public class IBIZSample0005SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -65,7 +65,7 @@ public class IBIZSample0005SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0005name", query) wrapper.like("ibizsample0005name", query)
); );
} }
} }
......
...@@ -58,7 +58,7 @@ public class IBIZSample0006SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -58,7 +58,7 @@ public class IBIZSample0006SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0006name", query) wrapper.like("ibizsample0006name", query)
); );
} }
} }
......
...@@ -79,7 +79,7 @@ public class IBIZSample0007SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -79,7 +79,7 @@ public class IBIZSample0007SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0007name", query) wrapper.like("ibizsample0007name", query)
); );
} }
} }
......
...@@ -58,7 +58,7 @@ public class IBIZSample0008SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -58,7 +58,7 @@ public class IBIZSample0008SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0008name", query) wrapper.like("ibizsample0008name", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSample0009SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -44,7 +44,7 @@ public class IBIZSample0009SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0009name", query) wrapper.like("ibizsample0009name", query)
); );
} }
} }
......
...@@ -69,7 +69,7 @@ public class IBIZSample0010SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -69,7 +69,7 @@ public class IBIZSample0010SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0010name", query) wrapper.like("ibizsample0010name", query)
); );
} }
} }
......
...@@ -86,7 +86,7 @@ public class IBIZSample0011SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -86,7 +86,7 @@ public class IBIZSample0011SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0011name", query) wrapper.like("ibizsample0011name", query)
); );
} }
} }
......
...@@ -51,7 +51,7 @@ public class IBIZSample0012SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -51,7 +51,7 @@ public class IBIZSample0012SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0012name", query) wrapper.like("ibizsample0012name", query)
); );
} }
} }
......
...@@ -86,7 +86,7 @@ public class IBIZSample0013SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -86,7 +86,7 @@ public class IBIZSample0013SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0013name", query) wrapper.like("ibizsample0013name", query)
); );
} }
} }
......
...@@ -65,7 +65,7 @@ public class IBIZSample0014SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -65,7 +65,7 @@ public class IBIZSample0014SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0014name", query) wrapper.like("ibizsample0014name", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSample0015SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -44,7 +44,7 @@ public class IBIZSample0015SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0015name", query) wrapper.like("ibizsample0015name", query)
); );
} }
} }
......
...@@ -86,7 +86,7 @@ public class IBIZSample0016SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -86,7 +86,7 @@ public class IBIZSample0016SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0016name", query) wrapper.like("ibizsample0016name", query)
); );
} }
} }
......
...@@ -51,7 +51,7 @@ public class IBIZSample0017SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -51,7 +51,7 @@ public class IBIZSample0017SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0017name", query) wrapper.like("ibizsample0017name", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSample0018SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -44,7 +44,7 @@ public class IBIZSample0018SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0018name", query) wrapper.like("ibizsample0018name", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSample0019SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -44,7 +44,7 @@ public class IBIZSample0019SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0019name", query) wrapper.like("ibizsample0019name", query)
); );
} }
} }
......
...@@ -65,7 +65,7 @@ public class IBIZSample0020SearchContext extends QueryWrapperContext<IBIZSample0 ...@@ -65,7 +65,7 @@ public class IBIZSample0020SearchContext extends QueryWrapperContext<IBIZSample0
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsample0020name", query) wrapper.like("ibizsample0020name", query)
); );
} }
} }
......
...@@ -58,7 +58,7 @@ public class IBIZSampleSearchContext extends QueryWrapperContext<IBIZSample> { ...@@ -58,7 +58,7 @@ public class IBIZSampleSearchContext extends QueryWrapperContext<IBIZSample> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsamplename", query) wrapper.like("ibizsamplename", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSoftwareSuitSearchContext extends QueryWrapperContext<IBIZSoftw ...@@ -44,7 +44,7 @@ public class IBIZSoftwareSuitSearchContext extends QueryWrapperContext<IBIZSoftw
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizsoftwaresuitname", query) wrapper.like("ibizsoftwaresuitname", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZStorageSearchContext extends QueryWrapperContext<IBIZStorage> { ...@@ -44,7 +44,7 @@ public class IBIZStorageSearchContext extends QueryWrapperContext<IBIZStorage> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizstoragename", query) wrapper.like("ibizstoragename", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZSupplierSearchContext extends QueryWrapperContext<IBIZSupplier> ...@@ -44,7 +44,7 @@ public class IBIZSupplierSearchContext extends QueryWrapperContext<IBIZSupplier>
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("suppliername", query) wrapper.like("suppliername", query)
); );
} }
} }
......
...@@ -51,7 +51,7 @@ public class IBIZUNIProductSearchContext extends QueryWrapperContext<IBIZUNIProd ...@@ -51,7 +51,7 @@ public class IBIZUNIProductSearchContext extends QueryWrapperContext<IBIZUNIProd
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizuniproductname", query) wrapper.like("ibizuniproductname", query)
); );
} }
} }
......
...@@ -44,7 +44,7 @@ public class IBIZViewMsgSearchContext extends QueryWrapperContext<IBIZViewMsg> { ...@@ -44,7 +44,7 @@ public class IBIZViewMsgSearchContext extends QueryWrapperContext<IBIZViewMsg> {
this.query=query; this.query=query;
if(!StringUtils.isEmpty(query)){ if(!StringUtils.isEmpty(query)){
this.getSearchCond().and( wrapper -> this.getSearchCond().and( wrapper ->
wrapper.like("ibizviewmsgname", query) wrapper.like("ibizviewmsgname", query)
); );
} }
} }
......
...@@ -8,16 +8,16 @@ import java.util.List; ...@@ -8,16 +8,16 @@ import java.util.List;
public interface IBIZBOOKDataImport { public interface IBIZBOOKDataImport {
@Mappings({ @Mappings({
@Mapping(target = "ibizbookid", source = "ibizbookid"), @Mapping(target = "ibizbookid", source = "ibizbookid"),
@Mapping(target = "press", source = "press"),
@Mapping(target = "updatedate", source = "updatedate"),
@Mapping(target = "author", source = "author"),
@Mapping(target = "price", source = "price"), @Mapping(target = "price", source = "price"),
@Mapping(target = "type", source = "type"),
@Mapping(target = "booknumber", source = "booknumber"), @Mapping(target = "booknumber", source = "booknumber"),
@Mapping(target = "createman", source = "createman"), @Mapping(target = "createman", source = "createman"),
@Mapping(target = "createdate", source = "createdate"), @Mapping(target = "createdate", source = "createdate"),
@Mapping(target = "ibizbookname", source = "ibizbookname"), @Mapping(target = "ibizbookname", source = "ibizbookname"),
@Mapping(target = "updateman", source = "updateman"), @Mapping(target = "updateman", source = "updateman"),
@Mapping(target = "updatedate", source = "updatedate"),
@Mapping(target = "press", source = "press"),
@Mapping(target = "author", source = "author"),
@Mapping(target = "type", source = "type"),
}) })
@BeanMapping(ignoreByDefault = true) @BeanMapping(ignoreByDefault = true)
IBIZBOOK toDomain(IBIZBOOK entity); IBIZBOOK toDomain(IBIZBOOK entity);
......
...@@ -8,10 +8,10 @@ import java.util.List; ...@@ -8,10 +8,10 @@ import java.util.List;
public interface IBIZOrderImport { public interface IBIZOrderImport {
@Mappings({ @Mappings({
@Mapping(target = "ibizorderid", source = "ibizorderid"), @Mapping(target = "ibizorderid", source = "ibizorderid"),
@Mapping(target = "ibizordername", source = "ibizordername"), @Mapping(target = "ordertype", source = "ordertype"),
@Mapping(target = "ordertime", source = "ordertime"), @Mapping(target = "ordertime", source = "ordertime"),
@Mapping(target = "ibizordername", source = "ibizordername"),
@Mapping(target = "orderuid", source = "orderuid"), @Mapping(target = "orderuid", source = "orderuid"),
@Mapping(target = "ordertype", source = "ordertype"),
}) })
@BeanMapping(ignoreByDefault = true) @BeanMapping(ignoreByDefault = true)
IBIZOrder toDomain(IBIZOrder entity); IBIZOrder toDomain(IBIZOrder entity);
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<!--输出实体[IBIZORDER]数据结构 --> <!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-194-9"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-196-9">
<createTable tableName="T_IBIZORDER"> <createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)"> <column name="TP" remarks="" type="TEXT(1048576)">
</column> </column>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
<!--输出实体[IBIZORDERTYPE]数据结构 --> <!--输出实体[IBIZORDERTYPE]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizordertype-16-11"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizordertype-18-11">
<createTable tableName="T_IBIZORDERTYPE"> <createTable tableName="T_IBIZORDERTYPE">
<column name="ENABLE" remarks="" type="INT"> <column name="ENABLE" remarks="" type="INT">
</column> </column>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-194-8" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-196-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]> <![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView> </createView>
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZORDERTYPE]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZORDERTYPE]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizordertype-16-10" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizordertype-18-10" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDERTYPE"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDERTYPE">
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[ENABLE], t1.[IBIZORDERTYPEID], t1.[IBIZORDERTYPENAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZORDERTYPE] t1 ]]> <![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[ENABLE], t1.[IBIZORDERTYPEID], t1.[IBIZORDERTYPENAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZORDERTYPE] t1 ]]>
</createView> </createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册