Commit 922bf3cd by wancheng

XS日志注解更新

parent 06c02eef
...@@ -29,7 +29,6 @@ public class ServiceHPXSUser extends ServiceBase { ...@@ -29,7 +29,6 @@ public class ServiceHPXSUser extends ServiceBase {
* @param eiInfo * @param eiInfo
* @return * @return
*/ */
@OperationLogAnnotation(operModul = "用户信息",operType = "查询",operDesc = "获取用户信息")
public EiInfo getUser(EiInfo eiInfo) { public EiInfo getUser(EiInfo eiInfo) {
EiInfo outInfo = new EiInfo(); EiInfo outInfo = new EiInfo();
int status = 0; int status = 0;
...@@ -64,7 +63,6 @@ public class ServiceHPXSUser extends ServiceBase { ...@@ -64,7 +63,6 @@ public class ServiceHPXSUser extends ServiceBase {
* @param inInfo * @param inInfo
* @return * @return
*/ */
@OperationLogAnnotation(operModul = "用户信息",operType = "查询",operDesc = "查询用户下拉框")
public EiInfo queryComboBox(EiInfo inInfo) { public EiInfo queryComboBox(EiInfo inInfo) {
try { try {
Map queryMap = EiInfoUtils.getFirstRow(inInfo); Map queryMap = EiInfoUtils.getFirstRow(inInfo);
...@@ -84,7 +82,6 @@ public class ServiceHPXSUser extends ServiceBase { ...@@ -84,7 +82,6 @@ public class ServiceHPXSUser extends ServiceBase {
* @param inInfo * @param inInfo
* @return * @return
*/ */
@OperationLogAnnotation(operModul = "用户信息",operType = "查询",operDesc = "查询用户的企业下拉框")
public EiInfo queryCompanyComboBox(EiInfo inInfo) { public EiInfo queryCompanyComboBox(EiInfo inInfo) {
try { try {
Map queryMap = EiInfoUtils.getFirstRow(inInfo); Map queryMap = EiInfoUtils.getFirstRow(inInfo);
......
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